Hello!
I'm seeing strange results reported by some of our folks and I'm wondering what is going on.
Server and client version 9.2.0 build 343
We have an indexed text field as part of the template. This text field includes slashes, spaces, and dashes. For example:
1009
1009-123
1009/1234
123-1009
So... if we do a template search on that field for 1009, we get all the results listed above. Even using quotes. Fuzzy is off. Variations of root word is off.
[5 minutes later]
Ok, so progress. If I turn off the index of that field, and restart the client, the search works as expected.
So, what's going on here? If I needed to have that field indexed, how could I search for just documents with the field == "1009" ?
Thanks in advance!