|
|
Slapping together a search engine |
|
|
Clay Johnson |
|
|
PHP / Searching |
|
|
Click to Visit |
|
|
70 |
|
This is a tutorial to make a search engine in php. If your search contents are mostly in BLOBs in your database and has noise words like, a, the, where, is etc, then those noisy words have to be taken out. The author has added a list of noisy words for users to edit or add. The author describes how to build a table with two columns a word and its indicator.
|