Fuzzy searching
Searches can be performed using various configurable algorithms. Currently the following algorithms are supported (in any combination):
* exact
* soundex
* metaphone
* common word endings (stemming)
* synonyms
* accent stripping
* substring and prefix
# Côté moteur de recherche
Posté par Benoît Sibaud (site web personnel) . En réponse au journal De la "Recherche" approximative en php. Évalué à 3.
Fuzzy searching
Searches can be performed using various configurable algorithms. Currently the following algorithms are supported (in any combination):
* exact
* soundex
* metaphone
* common word endings (stemming)
* synonyms
* accent stripping
* substring and prefix