How do I set up a mysql database?
As servers vary, there is no one tutorial that can explain this procedure. Please contact your web hosting company who will be happy to advise you.
How many pages can the search system hold?
Literally 1000's. The amount of pages is governed by the capacity of your database. You don`t really need to worry about this.
Are you going to introduce a spider crawler file?
No, I have no plans to implement this in the future.
The import tool doesn`t work. Whats the problem?
Did you specify the correct connection information at the top of your file? You also need to specify which files you want the import tool to read. See the link above.
The skip words function isn`t working. Whats the problem?
Skip words should be seperated with a comma. Double check your syntax. If you have a comma in your skipword or phrase, this will be split into multiple words/phrases.
How do I put a search box on my website?
Click on 'HTML Code' in the admin area and copy and paste the code directly into your HTML.
Can I have a search box on more than 1 page?
Yes.
Can I apply style elements to the search box?
Yes, either via your stylesheet or inline.
Are there any restrictions with the search box?
Form action must always point to the 'search.php' file and there must be a keywords box with the name 'q'. Thats all.