I've been looking for PHP, SQL open scripts on retrieving data from DB according to search terms. Now, every script I stumbled upon would not go well at this:
say I'm looking for "barack obama's gay rights policy" ok? but in the DB there's "the obama policy on gays and their rights - an honest article". Albeit this is a pertinent result, a regular search with wildcards wouldn't retrieve anything.
Do you have an idea how to tackle this? I would hate to write one on my own and plus it's an error-prone method. Obviously a ton of websites use this mechanism, I just haven't been lucky at finding anything like that.
Thank you!