Verity search functions in Cold Fusion
I am implementing a Verity search function within a Cold Fusion 9.0.1 application. The clients want it to "work like Google". One problem they have identified is how Verity handles multiple words entered without any type of operators. I can't seem to get Verity to treat it as an AND search, it executes an OR search.
In all my examples below, the search strings are set in BOLD.
If I go to Google and enter Philippines transport, I get the same number of results as if I entered Philippines AND transport. If I change the string to Philippines OR transport I get a much larger number of results. Obviously, Google is performing an AND search by default, i.e. finding all records that have *both* words.
In my app, if I enter Philippines transport I get the same number of results as I do if I enter Philippines OR transport. The only way I can get Verity to return only those records that have *both* words is to explicitly enter Philippines AND transport.
Any suggestions?
Thanks in advance!
