Closed shabbyrobe closed 12 years ago
Thanks for reporting! InstaSearch will split by underscore if it does not find any exact matches. So if FOO_BAR -baz did not return any results it will try to find something similar. If its searching for similar matches the status bar in Eclipse will say "N similar results".
Please re-open the issue if you think there's still a bug.
Searching for
FOO_BAR
returns only matches withFOO_BAR
in the document as expected.Searching for
FOO_BAR -baz
,"FOO_BAR" -baz
or"FOO_BAR" NOT "baz"
returns documents with eitherfoo
orbar
, and not containingbaz
.Using the latest version of Instasearch for 3.7 from Eclipse Marketplace.