{"id":30115626,"url":"https://github.com/metamodels/attribute_levenshtein","last_synced_at":"2026-02-17T03:06:23.654Z","repository":{"id":63579320,"uuid":"565850655","full_name":"MetaModels/attribute_levenshtein","owner":"MetaModels","description":"Levenshtein-based search","archived":false,"fork":false,"pushed_at":"2025-03-22T17:27:31.000Z","size":296,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-09-12T18:21:14.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MetaModels.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-14T13:12:20.000Z","updated_at":"2025-03-22T17:27:36.000Z","dependencies_parsed_at":"2025-08-10T08:51:49.736Z","dependency_job_id":"c748a436-722d-44e4-a92a-044b26c23023","html_url":"https://github.com/MetaModels/attribute_levenshtein","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/MetaModels/attribute_levenshtein","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaModels%2Fattribute_levenshtein","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaModels%2Fattribute_levenshtein/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaModels%2Fattribute_levenshtein/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaModels%2Fattribute_levenshtein/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MetaModels","download_url":"https://codeload.github.com/MetaModels/attribute_levenshtein/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaModels%2Fattribute_levenshtein/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006229,"owners_count":26084063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-10T08:51:15.592Z","updated_at":"2025-10-11T05:00:18.755Z","avatar_url":"https://github.com/MetaModels.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/MetaModels/attribute_levenshtein/actions/workflows/diagnostics.yml/badge.svg)](https://github.com/MetaModels/attribute_levenshtein/actions)\n[![Latest Version tagged](http://img.shields.io/github/tag/MetaModels/attribute_levenshtein.svg)](https://github.com/MetaModels/attribute_levenshtein/tags)\n[![Latest Version on Packagist](http://img.shields.io/packagist/v/MetaModels/attribute_levenshtein.svg)](https://packagist.org/packages/MetaModels/attribute_levenshtein)\n[![Installations via composer per month](http://img.shields.io/packagist/dm/MetaModels/attribute_levenshtein.svg)](https://packagist.org/packages/MetaModels/attribute_levenshtein)\n\nLevenshtein-based search\n========================\n\nThe levenshtein attribute maintains an index of keywords across other attributes which can be searched using the \nlevenshtein algorithm.\n\nThere is a filter rule that enables a similarity search via the created index. Optionally, an auto-completion\n(\"Vanilla Script\") can be activated (please note the template selection).\n\nAdjustment of the index table\n-----------------------------\n\nThe fields for storing the index can be enlarged as required e.g. from a length of `64` to `256`.\nTo do this, create a corresponding DCA file and adjust the values. (Note: the keys and the file name still\nhave the old, wrong notation with \"sth\").\n\n```php\n// contao/dca/tl_metamodel_levensthein_index.php\n$GLOBALS['TL_DCA']['tl_metamodel_levensthein_index']['fields']['transliterated']['sql'] =\n    'varbinary(256) NOT NULL default \\'\\'';\n$GLOBALS['TL_DCA']['tl_metamodel_levensthein_index']['fields']['word']['sql']           =\n    'varchar(256) BINARY NOT NULL default \\'\\'';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetamodels%2Fattribute_levenshtein","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetamodels%2Fattribute_levenshtein","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetamodels%2Fattribute_levenshtein/lists"}