Skip to main content
Inspiring
April 9, 2008
Question

Search Static Pages with CF

  • April 9, 2008
  • 1 reply
  • 298 views
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.
This topic has been closed for replies.

1 reply

wkolczAuthor
Inspiring
April 9, 2008
I guess something like <cffile action="read" file="C:\docs\shopping.html" variable="shoppingList">. Is there a way to do multiple files at once?