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

Search Static Pages with CF

Contributor ,
Apr 09, 2008 Apr 09, 2008
Here is the situation. I am working at a University that uses Blue Dragon 7 (about CF 6.1). I need to add search capabilities to search the text on pages and return the results. Since it is BD, I don't have verity, cfcollection, cfsearch, etc. Is there a tag capable of reading text on a page when then I can use to search with? Even if it just can read the text on the page and then make it available to either insert into a database for search later or use for a QofQ.

Thanks for any information.
TOPICS
Advanced techniques
278
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
Contributor ,
Apr 09, 2008 Apr 09, 2008
LATEST
I guess something like <cffile action="read" file="C:\docs\shopping.html" variable="shoppingList">. Is there a way to do multiple files at once?
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