DB Search

I want to do a lotusscript agent that has a db.FTSearch in my application. But I want to do the search with more than one word.Example: I want to find documents that has the word “hello” and also has the word “world”.

It’s possible?

I try to use db.FTSearch passing the string “hello world” but the agent didn’t found my document called “hello my world” because didnt match exactly.

Any idea?

Subject: DB Search

You should be passing “hello” AND “world” (or “hello” & “world”) - otherwise it will look for exactly what’s in between the quotation marks