Nov 27, 2001 #1 redapple Programmer Joined May 7, 2001 Messages 16 Location US Hi, We have a search engine for all the html file on our website. Can we make this search engine to be able to search for database query results as well? thank you redapple
Hi, We have a search engine for all the html file on our website. Can we make this search engine to be able to search for database query results as well? thank you redapple
Nov 27, 2001 #2 CFHub Technical User Joined Apr 6, 2001 Messages 171 Location CA Yes. There are many different ways to approach that. You can index a "query" and store it in a seperate collection. You can then pass the "list" of collections to the CFSEARCH tag: <cfserarch collection="OriginalCollection,DatabaseCollection" ..> You can get pretty creative with site indexing... We just finished our "Advanced Verity Indexing" app if you care to download it. http://cfhub.com/tutorials/advancedverity/ Upvote 0 Downvote
Yes. There are many different ways to approach that. You can index a "query" and store it in a seperate collection. You can then pass the "list" of collections to the CFSEARCH tag: <cfserarch collection="OriginalCollection,DatabaseCollection" ..> You can get pretty creative with site indexing... We just finished our "Advanced Verity Indexing" app if you care to download it. http://cfhub.com/tutorials/advancedverity/