Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

search a phrase using cfsearch

Status
Not open for further replies.

BKP1

Programmer
Jan 19, 2007
8
US
How can I search a phrase using cfsearch?
The code I have below will search for any word. But I would like to search phrases also.
Is it possible. Can some one please share your thoughts.

Thanks!
<cfsearch name="GetResults"
collection="#collectionName#"
type="simple"
criteria="<WILDCARD>*#LCase(FORM.keywords)#*"
ContextPassages="1"
ContextBytes="500"
>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top