Approximate / Fuzzy search base.


/ Published in: PHP
Save to your folder(s)

This is a simple base for an approximate search application. You can currently use this to do search's but it, is not very sophisticated, right now anything that is as difference in characters base on the threshold will show up in the result, so with a threshold of 1 "the" would return, "he", "she", "thee", etc. But this is more made for a base for extending with your own capabilities.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.