Hi! I need to use NotesDocumentCollection.FTSearch to search get documents that contain a particular NotesName (in any field)
However, the runtime error returned is “Query is not understandable”
this is what I used
“Call personDC.FTSearch(“CN=user1/O=com1”, 0)”
If I changed the search query to
“Call personDC.FTSearch(“user1/com1”, 0)”
the error is gone. However this is not the desired search query.
Anyone can provide workaround/advice?