Introduction - If you have any usage issues, please Google them yourself
As early as N years ago, a net friend asked: how can a fuzzy search in a Baidu like station be realized? The recent work needs to be done in a ASP station search. The key words that require complete matching should be placed in front, and the key words should be mismatched. In the online search for half a day not to find the required code, have to write, now to share the needs of the people.
Functional introduction:
1. Using the technology of participle, the key words are split into multiple phrases first. Such as: "search for pharmacist", split into: "search", "smelt", "medicine", "pharmacist" and many other phrases.
2, for example, the database header field matches the "search pharmacist" in the front row, and the database header field is fuzzy matching.
3, such as: the database content field completely matches the "search refiner" display also in the back.