I figured out the problem, but not the solution yet!
I am basically searching the word documents with forms in it. So if the name is in the field where back fill is enabled in the background, I can't search. If it's a plain text without back fill it can be searched.
Anybody have any idea? Please...
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"...
Thanks!. I tried that.
<cfset searchString = ReReplace(FORM.keywords, [:punct:], '', 'All')>
But I get the following error.
"Missing argument name. When using named parameters to a function, every parameter must have a name."
I am not sure what's wrong.
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.