----------------------------CHANGES----------------------------


------------------------7/20/01 3:50PM-------------------------
v 0.0.1

Fixed a minor bug that caused the engine to give a wrong count
report in the total matches for the given search criteria.

Added some additional statistics reporting output from the engine

------------------------7/21/01 2:30PM-------------------------
v 0.0.2

Fixed an error, which caused the JavaScript form preprocessor to
incorrectly trigger the wrong action page. 

------------------------7/22/01 1:12PM-------------------------
v 0.0.3

Fixed a trivial error that caused the exact word search option
to ignore the boundary limit to the left of the search criteria.

------------------------7/24/01 12:05PM-------------------------
v0.0.3

Split the Query Machine def function and the Main Report into two
separate files to 'include' instead of having them part of the raw
search engine.

------------------------7/25/01 5:43PM-------------------------
v0.0.4

Added a start engine that improved extensive search speed by over
800 %!

------------------------7/26/01 9:47PM-------------------------
v0.0.4

Added the "cachemachine" source codes to interact with the search
engines. Cachemachine writes requested search criterias along with
its successfull file into a flat txt file. Cachemachine automatically
updates the flat file every day. Cachemachine has a higher
priority over the over the startengines which jumps in as soon as
cachemachine asks for it. Overall Cachemachine makes for a boost of
speed of which the engines can finish a search.

Chances are that cachemachine will have to surrender in priority to
the startengines since they will most probably get additional speed
boosts. Will see what will prove the best in the end.

I also added a list menu from where you can restrict your search to
a chosen domain in the local site.

------------------------7/27/01 12:41PM-------------------------
v0.0.5

Added a fix to "pathlisting.php".

Implemented a Meta Search Machine that will, by option, only search the
meta tags of a page.

------------------------7/30/01 4:11PM-------------------------
v0.0.5

Extended the Meta Search Machine to let you specify which meta tags
you wish to search.

Added a filter that let you sort your search by date.

------------------------8/3/01 11:38AM-------------------------
v0.0.6

This version added a page link list to its features. This means that
the engines now display a user defined limited number of pages/page.
This ofcourse means that there will be links to the rest of the pages
and "prev" and "next" links if there should be any.

Improved the date filter. It is now more accurate.

------------------------10/3/01 11:38AM-------------------------
v0.0.7

Implemented the keyword count filter that let you specify the number
of keywords you want a file to at least contain.

Also added is the option to enable or disable the Meta Tag display,
and the option whether you want a full report of all the files in the
sites or just the displayed/page files. The latter option increases
search speed.

------------------------8/7/01 10:18PM-------------------------
v0.0.8

Added a size filter

Added a file extention exclusion filter module. You can now type into
the input field one or multiple file extention that you wish to
exclude from the search.

Also added is an option to do a search within your successful search.
That is if you perform a searc and found a number of files, you can do
another search only on those files.

-------------------------8/9/01 12:57AM------------------------
v0.0.8

Added a Regular Expression Search Engine.

-------------------------8/10/01 9:30PM------------------------
v0.0.8

Additional date filters added.

Also added an input box where the user can specify, between 0-100 
and integer(float), defining how common we require the query to be on
a page.

-------------------------8/16/01 11:09PM------------------------
v0.0.9

New features added include:
   1. Syntax Tolerance specification
   2. "near" keyword support (gives the user the option to require two
keywords n numbers of characters distance between them);

...Plus some fixes added.

-------------------------8/17/01 11:09PM------------------------
v0.1

The first part of the Boolean Machine was added. The search engine now
supports "+", "-" and "OR" keywords in the search string. "+" means that
the keyword is required in the page, "-" means requires that the keyword
does not exist on the page and "OR" means or, not much to say about it.

"AND" will be implemented tommorow i guess.

The boolean machine will be expanded with different keyword options to
choose from, some not so common, but can be pretty helpful if one do not know
and/or want to use regular expressions, but nevertheless will be pretty
powerful to produce a narrow desired result.
