No, it is just how Verity treats two words when using a simple search (you can use different types of searches with cfsearch). If you want to change this on the fly, just change any space to a comma. Verity will treat product,test as product OR test.
On 8/14/07, ch g <[EMAIL PROTECTED]> wrote: > What's wrong with my code... > > <cfquery name="prods_info" datasource="prods"> > SELECT * from products > </cfquery> > > <cfindex status="test" query="prods_info" collection="test_verity_collection" > action="refresh" type="Custom" key="Product_id" title="product_Title" > body="Product_title,Product_des"> > > <cfsearch collection="test_verity_collection" name="getProds" > criteria="product test"> > > Search is considering the whole criteria as single word, but in my opinion it > should consider as two words. If any product has any of those two words it > should return that product, but its returning if that product has the whole > word. > > Did i miss any part in coding? > > Any help will be appreciated. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286162 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

