I got an issue with FT search since we updated the servers from 6.5.* to 8.5.1
We are using ft search to display documents that is categorized. So we can show only the documents that are categorized with “Intelligence” via a search view (for example).
Now the problem:
The problem arises when we have new documents created with the category “Technology Intelligence”.
we are using search by field.
Example: FIELD Category = “Intelligence”
This returns documents where Category is both “Intelligence” and “Technology Intelligence”.
I am pretty sure this is new behavior from how it worked in 6.5.*. The search string FIELD Category = “Intelligence” returned only those documents where the field really only equaled “Intelligence”. (I have tried both EQUALS and =)
Unfortunately I can’t check on a 6.5 server (all servers are now 8.5.1) and I have tried to search for a notes.ini setting to revert back to an old way for FTsearch to work, but have not been able to find anything.
Anyone else that can set me straight if it should be possible to get FT search to only return the “intelligence” documents even though some documents have “Technology Intelligence” in them?
I do NOT use word variants, and do not use Fuzzy search.
I am pretty sure this worked in 6.5 but it does not work at the moment on an 8.5.1 server (tried both on web via searchview and on notes client).