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 "Karen" as the first name, but not "Karen" 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="SearchSystem" collection="AllFields"
type="Explicit" Criteria="CF_CUSTOM1 <SUBSTRING> Karen">
for example is CF_CUSTOM1 is set to First Name when indexing, then it will only return things that has "Karen" as the first name, but not "Karen" 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="SearchSystem" collection="AllFields"
type="Explicit" Criteria="CF_CUSTOM1 <SUBSTRING> Karen">