Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Scanning/searching text field for words?

LEGEND ,
Aug 18, 2008 Aug 18, 2008
I have a form that users can type in their question and that is used to
send a mail to members.

What I was thinking would be neat would be to have CF look at their
text, and based on certain words, suggest links, documents that might
answer their questions.

Has anyone done something like this? What's the best way to proceed?
171
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 18, 2008 Aug 18, 2008
Verity comes to mind...
check out verity search engine (built into cf) and <cfcollection>,
<cfindex> and <cfsearch> teags

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 19, 2008 Aug 19, 2008
LATEST
Hello Azadi,

I'm not sure I want to index the entire site, which is what Verity would
do in this case, correct? I'm just trying to have certain words be looked
for, and send a list of links, documents....etc......

Thanks...

> Verity comes to mind...
> check out verity search engine (built into cf) and <cfcollection>,
> <cfindex> and <cfsearch> teags
> Azadi Saryev
> Sabai-dee.com
> http://www.sabai-dee.com/


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources