{"id":20779251,"url":"https://github.com/bolt/tnt-search-engine","last_synced_at":"2025-04-30T19:40:55.026Z","repository":{"id":40369507,"uuid":"435434162","full_name":"bolt/tnt-search-engine","owner":"bolt","description":"A search engine for Bolt using TNTSearch","archived":false,"fork":false,"pushed_at":"2022-08-31T12:54:46.000Z","size":25,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-21T10:54:13.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bolt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-06T09:26:58.000Z","updated_at":"2023-02-03T16:48:25.000Z","dependencies_parsed_at":"2022-08-09T18:41:55.020Z","dependency_job_id":null,"html_url":"https://github.com/bolt/tnt-search-engine","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":"bolt/reference-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Ftnt-search-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Ftnt-search-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Ftnt-search-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Ftnt-search-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bolt","download_url":"https://codeload.github.com/bolt/tnt-search-engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251770930,"owners_count":21641176,"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","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":"2024-11-17T13:26:53.814Z","updated_at":"2025-04-30T19:40:55.006Z","avatar_url":"https://github.com/bolt.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TNT Search Engine extension\n\nAuthor: Ivo Valchev\n\nA search engine for Bolt using TNTSearch\n\n## What does it do?\n\nMore intuitive, fuzzy search.\n\nFor example, a page has the following title: `Oranges and apples are healty`\n\nBy default, the following searches will show up the page as a result:\n\n| Keyword  | Bolt naive search  | With this extension |\n|---|---|---|\n| Oranges  | ✅  | ✅  |\n| oranges  | ✅  | ✅  |\n| orangse  | ❌  | ✅  |\n| oranges and apples | ✅ | ✅ |\n| apples and oranges | ❌ | ✅ |\n| appels and orangse | ❌ | ✅ |\n| healthy apples     | ❌ | ✅ |\n| healthy fruit      | ❌ | ✅ |\n\n\n## Installation\n\n```bash\ncomposer require bolt/tnt-search-engine\n```\n\n## Generate the index\n\nFor the search to work, TNTSearch requires an index\nof all relevant data that will be used for the search.\nThe extension provides several ways to (re-)generate the index:\n\n### Console command\n\n```\nphp bin/console tnt-search:generate\n```\n\n### Controller-activated\n\nYou can (re-)generate the index by making a request to `/bolt/tnt-search/generate`.\n\n## Configuration\n\nYou can alter the how the search works in `config/extensions/bolt-tntsearch.yaml`.\n\n\n## Running PHPStan and Easy Codings Standard\n\nFirst, make sure dependencies are installed:\n\n```\nCOMPOSER_MEMORY_LIMIT=-1 composer update\n```\n\nAnd then run ECS:\n\n```\nvendor/bin/ecs check src\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolt%2Ftnt-search-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolt%2Ftnt-search-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolt%2Ftnt-search-engine/lists"}