Download the PHP package metamodels/attribute_levenshtein without Composer
On this page you can find all versions of the php package metamodels/attribute_levenshtein. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download metamodels/attribute_levenshtein
More information about metamodels/attribute_levenshtein
Files in metamodels/attribute_levenshtein
Package attribute_levenshtein
Short Description MetaModels attribute for maintaining a search index with levenshtein support
License LGPL-3.0-or-later
Homepage https://now.metamodel.me/
Informations about the package attribute_levenshtein
Levenshtein-based search
The levenshtein attribute maintains an index of keywords across other attributes which can be searched using the levenshtein algorithm.
There is a filter rule that enables a similarity search via the created index. Optionally, an auto-completion ("Vanilla Script") can be activated (please note the template selection).
Adjustment of the index table
The fields for storing the index can be enlarged as required e.g. from a length of 64
to 256
.
To do this, create a corresponding DCA file and adjust the values. (Note: the keys and the file name still
have the old, wrong notation with "sth").
All versions of attribute_levenshtein with dependencies
contao-community-alliance/dc-general Version ^2.2
contao/core-bundle Version ^4.9.0, <4.13.0
metamodels/core Version ^2.2
symfony/dependency-injection Version ^4.4.6
symfony/event-dispatcher Version ^4.4.6
symfony/http-kernel Version ~4.4.13