I have created a Verity (SQL Data) that I index once a day separate from the
search. Then on the website I run the CFSEARCH tag against it but it doesn't
search out all keywords. 

If I search for "Blue" I get back anything with Blue in it.

If I search for "Blue Ear" I get back anything with "Blue Ear" but not "My
ear is blue"

I thought Verity was supposed to return results in that matter by relevance?

This is the search tag on the search page.
<cfsearch collection="BE_SearchAll" criteria="#criteria#"
name="SearchResults" type="EXPLICIT">

I also tried "Simple".



<!--- The file that runs daily is: --->

<cfquery datasource="BlueNew" name="QryGetNewPost">
SELECT ListMessages.MessageGUID, ListMessages.EntryDate,
ListMessages.Subject, ListMessages.Body, ListMessages.MemberID
FROM  ListMessages
WHERE (Blocked = 0 AND Hold = 0)
</cfquery>

<cfindex query="QryGetNewPost" action="UPDATE" key="MessageGUID"
collection="BE_SearchAll" title="Subject" type="CUSTOM" body="Subject,Body"
custom1="EntryDate" custom2="MemberID">




Rick 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to