home « search reactor « search reactor notes
2008.08.14 - Created the Search Reactor Notes page.
2008.07.00 - The current Search Reactor requires the indexes be manually updated. This is partially scripted, but the scripts are not scheduled to run automatically, yet.
BUG 2008.07.00 - A known bug is the Search Reactor reads the actual PHP file for local files, and does not render it into a viewable page, which results in possible ghost occurrances of keywords which are in the PHP file but not currently visable to the browser/user. A fix for this would be for the search reactor to treat all pages or files as remote, or the other way of saying this is to not treat pages or files as local. This may best be served through rendering the pages before indexing them, but this too has its drawbacks.
2008.07.00 - Created the Key Rack Research Search Reactor based off of Daniel Solin's work published online at http://www.onlamp.com/pub/a/php/2002/10/24/simplesearchengine.html.