How to search for filename in the range of 61872-61920?
How to search for filename in the range of 61872-61920?
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?
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/
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?
thank you very much!