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!

using explicit search

Status
Not open for further replies.

youngun

Programmer
Apr 27, 2001
61
US
Is it true that when using explicit search, and operator <SUBSTRING>, it will only search for that field?
for example is CF_CUSTOM1 is set to First Name when indexing, then it will only return things that has &quot;Karen&quot; as the first name, but not &quot;Karen&quot; in the last name field?
If yes, how come my search returns all the fields that contains Karen, not only first name. Thank you.

<cfsearch name=&quot;SearchSystem&quot; collection=&quot;AllFields&quot;
type=&quot;Explicit&quot; Criteria=&quot;CF_CUSTOM1 <SUBSTRING> Karen&quot;>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top