PDA

View Full Version : site product search engine



goalieking15
03-24-2003, 12:10 AM
I need to know how to make a search engine that only searches the products on my site.

Eric Pauker
03-24-2003, 06:18 AM
It all depends on how your site is made. Does it use a database? If it doesn't then you will have to modify the search engine data any time you add new stuff to you site.

Madman
03-24-2003, 07:28 AM
or create an indexer which takes a .html file (or similar) and parses it for all words, then dumps them into a database

only problem is it will take longer than default execution time (for php) of 30 seconds for most decent sized pages (esp. if filtering out things with < and > around them), so you&#039;d need to increase execution time