My application uses files/search (with mode=filename) to find specific marker files with our dropbox structure in order to identify the correct folder to work with.
These marker files have unique names eg ".a00000XXXXXXXXXXXXXXX.sfdb".
(Those are Dropbox for Salesforce folder markers).
Yesterday and for the past 6 months or more, files/search would return only exact matches. In most cases 1 match.
Today files/search seems to be applying some sort of "fuzzy" search and matches more or less anything that looks a bit like what I asked for resulting in responses containing 100
matches.
This is causing problems with my application as now I need to parse all the responses and discard all but an exact match.
Is this an official change to the files/search behaviour?
Is there a way to specifiy exact match only?
Regards
Matt Casey