Page 1 of 1

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

Posted: Mon Jan 28, 2019 10:59 am
by yhuis
The range parameter seems to only adapt to the date, filename search does not work. Or can only use regex? :)

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

Posted: Mon Jan 28, 2019 11:21 am
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/

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

Posted: Tue Jan 29, 2019 3:26 am
by yhuis
thank you very much!