I use cfsearch to search the indexed word documents.
My search returns any keyword found in the document except "names" in some cases.
For example if there is a name called "Jessica Bicks" in the document, if I search by Bicks or Jessica Bicks it returns the document. But if I just search by...
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"...
I have a problem with cfsearch results.
If my criteria includes characters other than alphanumerals then cfsearch returns 0 records.
What should I do to include other characters such as -, ., !, ?, etc. in the search.
I would appreciate any help.
Thanks!
How can I sort the results from cfsearch by date modified and/or by file name or title? I get the date modified field to display along with the file by using cfdirectory tag inside the loop.
I have the following code to index and search and display results:
<cfindex
action="refresh"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.