Download the PHP package metamodels/attribute_levensthein without Composer
On this page you can find all versions of the php package metamodels/attribute_levensthein. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download metamodels/attribute_levensthein
More information about metamodels/attribute_levensthein
Files in metamodels/attribute_levensthein
Package attribute_levensthein
Short Description MetaModels attribute for maintaining a search index with levenshtein support
License LGPL-3.0-or-later
Homepage http://now.metamodel.me/
Informations about the package attribute_levensthein
Levensthein
The repository has a corrected name Levenshtein and can now be found under https://github.com/MetaModels/attribute_levenshtein.
The levensthein attribute maintains an index of keywords across other attributes which can be searched using the levensthein algorithm.
NOTE: This uses the autocomplete plugin from jquery-ui. When installing this extension, you must include jquery-ui from CDN as the Contao bundled version only includes the accordion plugin.
To do this, simply add and include a template named j_jquery-ui.html5
in your
page layout with the following contents:
WARNING: Ensure to remove the corresponding line from j_accordion.html5
if you are using accordions on your page as otherwise the two will collide.
All versions of attribute_levensthein with dependencies
contao-community-alliance/dc-general Version ^2.1.0
contao/core-bundle Version ^4.4.8
metamodels/core Version ^2.1
symfony/dependency-injection Version ^3.3 || ^4.1.12
symfony/http-kernel Version ^3.3 || ^4.4.13