How to search for filename in the range of 61872-61920?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
yhuis
Posts: 7
Joined: Mon Jan 28, 2019 10:50 am

How to search for filename in the range of 61872-61920?

Post by yhuis »

The range parameter seems to only adapt to the date, filename search does not work. Or can only use regex? :)
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to search for filename in the range of 61872-61920?

Post by void »

You'll need to use regex:

regex:"(6187[2-9]|618[89][0-9]|619[01][0-9]|61920)"

http://gamon.webfactional.com/regexnume ... generator/
yhuis
Posts: 7
Joined: Mon Jan 28, 2019 10:50 am

Re: How to search for filename in the range of 61872-61920?

Post by yhuis »

thank you very much!
Post Reply