user11933721
user11933721

Reputation:

Notes search : search syntax multiple words for a field in FTSearch

I'd like to search multiple words in a field by FTSearch.

Currently I wrote as follows. [Field1]=dog or [Field1]=cat or [Field1]=bird or [Field1]=fish or [Field1]=cow or [Field1]=snake

I looked for good syntaxes in help but not found. Are there any good syntax?

Upvotes: 0

Views: 346

Answers (1)

D.Bugger
D.Bugger

Reputation: 2359

Your syntax is correct, you only have to use double quotes if you want to search for fixed groups of words or special characters.

The syntax is explained in the Notes client help.nsf database, not in the Designer help.

See https://www.ibm.com/support/knowledgecenter/en/SSKTWP_9.0.1/sch_refine_query_r.html

Upvotes: 2

Related Questions