Jump to content

Search Question


Go to solution Solved by LateToTheGame,

Recommended Posts

I need to find all notes that have a string of eight digits in the title. The search term is an eight-digit number that always begins with the number "1".

Examples:

10012184

10359300

An additional wrinkle is that sometimes the eight-digit number is part of a numbered list:

Examples: 

1. 10837756

2. 12930846

 

I very much appreciate any thoughts on how to proceed with this search

Link to comment
  • Level 5

You can only search for the beginning of a string of characters.

Out of luck if the numbers are embedded into others, leading the searched characters. Trailing numbers are not important, only leading ones. They can't be taken away by wildcards either.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...