{"id":15937222,"url":"https://github.com/zofe/search-module","last_synced_at":"2026-04-19T02:33:48.176Z","repository":{"id":117184036,"uuid":"610227208","full_name":"zofe/search-module","owner":"zofe","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-29T10:35:35.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-22T17:17:47.656Z","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/zofe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-03-06T10:57:13.000Z","updated_at":"2025-03-22T10:15:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf670af4-b184-4a05-9b94-45390834abdf","html_url":"https://github.com/zofe/search-module","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"f4d058746c42b7f0b94b9453539fec0a848a5ddc"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zofe/search-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Fsearch-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Fsearch-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Fsearch-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Fsearch-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zofe","download_url":"https://codeload.github.com/zofe/search-module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zofe%2Fsearch-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31992014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","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":"2024-10-07T05:01:25.371Z","updated_at":"2026-04-19T02:33:48.167Z","avatar_url":"https://github.com/zofe.png","language":"PHP","readme":"# Rapyd Admin - Search Module\n\nThis is the search module of [Rapyd Admin](https://github.com/zofe/rapyd-admin), a Laravel application bootstrap for your projects\n\nIt embed:\n\n- global search dependencies: laravel scout (meilisearch/algolia/typesense)\n- search widgets integrated in Rapyd Admin frontend/admin\n\n\n# Installation \u0026 configuration \n\n\nBy default, this \"field\" search in a list of models you can define in the config file,\nfor each model you need to specify:\n\n* the class\n* the query scope\n* the route (to link at result detail)\n* the query limit\n* the view (of the result item, to customize item appareance)\n\n\n```php\n    'models' =\u003e [\n        [\n            'class' =\u003e \\App\\Models\\User::class,\n            'scope' =\u003e 'ssearch',\n            'route' =\u003e 'auth.users.view',\n            'limit' =\u003e 5,\n            'view'  =\u003e 'search::item',\n        ],\n    ]\n```\n\n\n# Usage\nThis command will create a folder \"Search\" in your /app/Modules/ folder.\n\nthis component: \n`/app/Modules/Search/Livewire/SearchNavbar.php`\n\nhas the logic of \"global search\" in the project.\nsearches the users, and potentially the main models of all other installed modules.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzofe%2Fsearch-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzofe%2Fsearch-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzofe%2Fsearch-module/lists"}