Good People of The Fuse, Yet again I post, per chance to learn. I am still trying to figure out what people are using on their fusebox sites for an internal search engine. I know from my incessant queries that there are three general answers to my question which I list below as A,B,C,D. I tried approach C with no success. I haven't heard anything about whether Russ's application which is approach B has been completed. D is buying a third party service to index your site which seems very expensive. So, I am about to try Eron's approach "A". What I really really want to know is what are other people using? I just can't believe that all of you build these great fusebox sites without an internal search function. A. from Eron: 1) Keep a list of fuseactions in a database table (this is something I do by default) 2) Loop through the fuseactions and use CFHTTP to grab the pages that result from each fuseaction 3) Make a "fake" query useing Querynew, QuerySetCell, and QueryAddrow. 4) Use CFINDEX to index the fake query, the key or a custom field is going to be the fuseaction so that when someone searches, they can be dumped back to the correct fuseaction. Because this can be a slow process, you might want to use some kind of timestamp to keep track of what pages have been updated and which ones not. Only index the ones that have not been updated "Recently" There are other ways to do it, but this is one, and it does work. --- B. From Russ who is working on an application that uses verity and a version of his homebrewed indexing app for verity. --- C. Using index server with cfobject code from http://www.cfcomet.com/cfcomet/index_server/ --- D. A third party search application like "AtomSearch ?" $$$$ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
