Click to See Complete Forum and Search --> : Mohawk Search Engine


stingraze
08-31-2003, 06:35 PM
Hello. This is a database search engine I made. You can purchase a commercial license if you'd like for a very small fee. contact me at: tsubasa_kato@hotmail.com This script searches through an entire database(data.txt). The database is made of values separted by Semilolons (keyword, description, URL). This script might be affected by the amount of text this script searches, but up til now its speed is very fast. (121 database entries though) The results will not be separted into pages, so you have to scroll down. For demo, visit:http://www.stingraze.net/search.htm The results are not sorted, it only prints out from oldest - newest results. it also prints out how many results matched.

Jeff Mott
08-31-2003, 08:48 PM
And just what kind of database does it search? Does it support boolean operators? How many results will it return per page? Does it grab the first n results or will it search through the entire database for every query? Does it search an entire site or just a homepage? How efficient is the program? How is the execution time affected as the database gets larger. How are the results sorted? Are they sorted? etc...

As you can see, there is a lot more documenting that needs to be done if you expect anyone to consider using your program.

stingraze
09-01-2003, 04:13 AM
I updated the info folks.