Libraries tagged by fuzzy-search
rf1705/tntsearch
6872 Downloads
A fully featured full text search engine written in PHP
tantee/laravel-searchy-fork
3193 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
robotomize/fujes
206 Downloads
Library for the fuzzy search to JSON document.
soliyer/laravel-fuzzy-search
11 Downloads
A Laravel package providing a fuzzy search trait for Eloquent models to easily implement search functionality with support for concatenated attributes.
nekrasovvitaliy/fast-fuzzy-search
3 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
designbycode/fuzzy-search
6 Downloads
The Fuzzy Search package provides a simple and efficient way to perform fuzzy searches on a collection of texts using the Levenshtein distance algorithm. This package is useful when you need to search for texts that may contain typos or slight variations.
codercms/fast-fuzzy-search
3 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
lbbniu/diff-match-patch
13 Downloads
Port of the google-diff-match-patch (https://code.google.com/p/google-diff-match-patch/) lib to PHP
jaafarazizi/aseclassification
3 Downloads
A fully featured full text search engine written in PHP
tomtruyen/fuzzyness
149 Downloads
A package that provides pseudo fuzzy-searching to Laravel database queries based on tomtruyen/Fuzzyness.
todayqq/searchy
1850 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
toanld/similar-text-finder
21 Downloads
Fuzzy Search, similar text finder: "Did you mean `foo` ?"
shahrooz7216/searchy
31 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
qerim/laravel-searchy
38 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
nullform/fuzzio
12 Downloads
Fuzzy search using similar_text() and levenshtein() functions. Easy to use and safe for multibyte encodings (UTF-8).