developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum

developerWorks




Query is not understandable for view.FTSearch method
Patrick Mens 12/29/2010 10:16 AM
Applications Development 7.0.1 Windows XP


Hi

I am getting the error message "Query not understandable" for the query below when using it in the FTSearch method of the NotesView class.

j = vw.FTSearch( {Field SSODep CONTAINS "} & keys( 1 ) & {" AND Field Checkdate DOES NOT Contain "} & keys( 2 ) & {"}, 0 )

I think the error is because of the second part of the wuery (does not contain). What is wrong with the syntax?

Regards

Go back