I have a file whose name is a concatenation of a bunch of words with underscores throughout, followed by a pair of numbers.
I was trying to search for one of the files, whose name ends in "_194033.mov" by searching for "4033". This search yielded no such result.
If I search for "_", the search goes through fine.
If I search for "_194033", the search goes through fine.
If I search for "194033", the search goes through fine.
If I search for "94033", the search fails.
Is this behaviour intended?
I was trying to search for one of the files, whose name ends in "_194033.mov" by searching for "4033". This search yielded no such result.
If I search for "_", the search goes through fine.
If I search for "_194033", the search goes through fine.
If I search for "194033", the search goes through fine.
If I search for "94033", the search fails.
Is this behaviour intended?