Yes, I did search first (plus google), does anybody know of a search algorithm in PHP which I can use to search records based on english language searches (like a search engine)? Any good references to approaches perhaps?
For example, you can match a string based on an exact string, subsets of words matching, or pairs of words matching in reasonable proximity, especially in the same order. You can also weight relevance based on what matches are in the title, what are in the desription, what are in the body, etc.
I could do this but this is one time I don't want to re-invent the wheel.
Sam