Hi,As we know, Notes has FTsearch functionality. I searched Notes documentaion and knew about how to use it. But for a special symbol–quotes(“”),I don’t know how to handle it. For example,if I have the string Test"Hello"Test in a Notes document, then I want to query the doucments contain the string. I used query strings like these: Test"Hello"Test, “Test"Hello"Test”, Test"Hello"Test and “Test"Hello"Test”. But I can’t search the result document with either of these query strings.
So how can I handle this case use FTsearch syntax? Thanks very much!
In addition, the FTsearch I meant is the FTserch function in DataBase class.
Java api:NotesDocumentCollection FTSearch(String queryStr)