{"id":46405288,"url":"https://github.com/devforth/adminforth-universal-search","last_synced_at":"2026-03-05T12:03:55.314Z","repository":{"id":316048297,"uuid":"1061674169","full_name":"devforth/adminforth-universal-search","owner":"devforth","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-28T15:10:10.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-30T21:08:53.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/devforth.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-22T08:31:33.000Z","updated_at":"2025-11-28T15:06:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"a50c0d83-892a-4120-a28f-a1bbecdfba2a","html_url":"https://github.com/devforth/adminforth-universal-search","commit_stats":null,"previous_names":["devforth/adminforth-universal-search"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/devforth/adminforth-universal-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Fadminforth-universal-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Fadminforth-universal-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Fadminforth-universal-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Fadminforth-universal-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devforth","download_url":"https://codeload.github.com/devforth/adminforth-universal-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Fadminforth-universal-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30123735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-03-05T12:03:51.616Z","updated_at":"2026-03-05T12:03:55.306Z","avatar_url":"https://github.com/devforth.png","language":"TypeScript","readme":"# Universal Filters\n\nLightweight plugin adding one debounced search input to the List view (injection point: `beforeActionButtons`). It builds a single OR filter across configured columns.\n\n## Install\n\n```bash\nnpm install @adminforth/universal-search\n```\n\n## Usage\n\n```ts\nimport UniversalFiltersPlugin from '@adminforth/universal-search';\n\nplugins: [\n  new UniversalFiltersPlugin({\n    columns: [\n      { name: 'title' },\n      { name: 'description' },\n      { name: 'country', caseSensitive: true },\n      { name: 'price', exact: true },\n    ],\n    debounceMs: 400,\n  })\n]\n```\n\nFull docs \u0026 advanced options: see AdminForth docs (Plugins -\u003e Universal Filters).\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevforth%2Fadminforth-universal-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevforth%2Fadminforth-universal-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevforth%2Fadminforth-universal-search/lists"}