I am trying to do a search in a view. Db is not full text indexed.
Changed preferences to use Notes syntax.
Using the view search toolbar, none of the following return any results, yet I see at least one document with the criteria:
DeptNum = “3166”
DeptNum = 3166
FIELD DeptNum = “3166”
FIELD DeptNum = 3166
FIELD DeptNum Contains “3166”
FIELD DeptNum Contains 3166
DeptNum Contains “3166”
DeptNum Contains 3166
Is there some secret to get this to work? I have used search on views for many years now, and this one is baffling me.
By the way, the field on the document is a text field and shows in the doc properties to have a value of “3166”
Thanks for any insight.
- Matt