Hi, I have 2 agents to make an FTSearch request (one for web and the other for notes) :
rech = |(Livre) and (form contains “Doc”)|
Set collec = db_ref.FTSearch(rech,0, FT_SCORES, FT_FUZZY)
But the notes agent return 4 documents, and the web agent return 13 documents.
The database is fulltext indexed.
Thankx for help.