{"id":28493364,"url":"https://github.com/qdrant/page-search-js","last_synced_at":"2025-07-08T11:31:10.019Z","repository":{"id":58330030,"uuid":"529211911","full_name":"qdrant/page-search-js","owner":"qdrant","description":"Web interface for integrated web-site search powered by Qdrant","archived":false,"fork":false,"pushed_at":"2025-06-27T11:20:40.000Z","size":847,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T12:30:58.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qdrant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-26T10:23:19.000Z","updated_at":"2025-06-05T16:17:35.000Z","dependencies_parsed_at":"2024-12-25T19:02:12.545Z","dependency_job_id":"f647b96a-af52-4d41-a7e9-51d318a4eb11","html_url":"https://github.com/qdrant/page-search-js","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":"0.21052631578947367","last_synced_commit":"92229dc711eebaa95187d24fea0328c1ad53f2b5"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/qdrant/page-search-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fpage-search-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fpage-search-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fpage-search-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fpage-search-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdrant","download_url":"https://codeload.github.com/qdrant/page-search-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fpage-search-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264259650,"owners_count":23580852,"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":"2025-06-08T09:08:33.599Z","updated_at":"2025-07-08T11:31:10.012Z","avatar_url":"https://github.com/qdrant.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"For an example look into `index.html`\n\n# Installation\n\n```bash\nnpm install qdrant-page-search\n```\n\nAdd styles to the `head` tag:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"\u003cpath_to_the_plugin\u003e/dist/css/styles.min.css\"\u003e\n```\n\nAt the end of a `body` tag add:\n\n```html\n\n\u003cscript defer src=\"\u003cpath_to_the_plugin\u003e/dist/js/search.min.js\" type=\"module\"\u003e\u003c/script\u003e\n\u003cscript defer\u003e\n    window.addEventListener('DOMContentLoaded', () =\u003e {\n        initQdrantSearch({\n            searchApiUrl: 'your_search_API_URL',\n            // optional\n            // section: 'your_section',\n            // partition: 'your_partition'\n        });\n    });\n\u003c/script\u003e\n```\n\nTo scroll a page to the result text after transition use `js/scroll.min.js`\n\n```html\n\u003cscript src=\"\u003cpath_to_the_plugin\u003e/dist/js/scroll.min.js\" type=\"module\"\u003e\u003c/script\u003e\n```\n\n# Add search button\n\nAnd the button in the place you want to see it:\n\n```html\n\u003c!-- Button trigger modal --\u003e\n\u003cbutton type=\"button\" class=\"qdr-search-input-btn\" data-target=\"#searchModal\"\u003e\n    Search...\n\u003c/button\u003e\n```\n \n# Development\n\n## Build the project\n\n```bash\nnpm install\nnpm run build\n```\n\n## Develop mode\n\n```bash\nnpm install\nnpm run dev\n```\n\n## Styles\n\nTo change an appearance of modal window you can:\n- overwrite classes styles in your own css file **or**\n- change variables values in `src/scss/_variables.scss` and rebuild styles file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdrant%2Fpage-search-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdrant%2Fpage-search-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdrant%2Fpage-search-js/lists"}