{"id":13408125,"url":"https://github.com/fergiemcdowall/search-index","last_synced_at":"2025-04-23T20:47:29.511Z","repository":{"id":9325617,"uuid":"11170365","full_name":"fergiemcdowall/search-index","owner":"fergiemcdowall","description":"A persistent, network resilient, full text search library for the browser and Node.js","archived":false,"fork":false,"pushed_at":"2025-04-04T11:27:22.000Z","size":21246,"stargazers_count":1409,"open_issues_count":4,"forks_count":151,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-04-18T18:26:36.177Z","etag":null,"topics":["nlp","offline-first","search"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fergiemcdowall.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}},"created_at":"2013-07-04T07:56:35.000Z","updated_at":"2025-04-04T08:54:54.000Z","dependencies_parsed_at":"2023-10-12T06:04:51.329Z","dependency_job_id":"9020d77d-2d53-4842-baf3-92570d485e9a","html_url":"https://github.com/fergiemcdowall/search-index","commit_stats":{"total_commits":1406,"total_committers":58,"mean_commits":24.24137931034483,"dds":0.267425320056899,"last_synced_commit":"d63d809e21d8929d8df15c9b7d4c0afb4d40b044"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergiemcdowall%2Fsearch-index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergiemcdowall%2Fsearch-index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergiemcdowall%2Fsearch-index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergiemcdowall%2Fsearch-index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fergiemcdowall","download_url":"https://codeload.github.com/fergiemcdowall/search-index/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250000867,"owners_count":21358816,"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":["nlp","offline-first","search"],"created_at":"2024-07-30T20:00:50.938Z","updated_at":"2025-04-23T20:47:29.492Z","avatar_url":"https://github.com/fergiemcdowall.png","language":"JavaScript","funding_links":[],"categories":["In Memory","JavaScript","Memory","nlp","🔧 Utilities \u0026 Miscellaneous","Search"],"sub_categories":["Surveys"],"readme":"# search-index\n\n### A network resilient, persistent full-text search library for the browser and Node.js\n\n[![npm](https://img.shields.io/npm/v/search-index.svg?style=flat-square)](https://www.npmjs.com/package/search-index)\n[![npm](https://img.shields.io/npm/dm/search-index.svg?style=flat-square)](https://npm-stat.com/charts.html?package=search-index)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENCE)\n[![Build Status](https://travis-ci.org/fergiemcdowall/search-index.svg?branch=master)](https://travis-ci.org/fergiemcdowall/search-index)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)\n\n\n## Quick start\n\n```javascript\nimport { SearchIndex } from 'search-index' \n\n// initialize an index\nconst { PUT, QUERY } = new SearchIndex(options)\n\n// add documents to the index\nawait PUT(documents)\n\n// read documents from the index\nconst results = await QUERY(query)\n```\n\n## Documentation\n\n* [Browser\n  demo](https://codesandbox.io/p/github/fergiemcdowall/search-index-demo/)\n  ([source code](https://github.com/fergiemcdowall/search-index-demo))\n* [API](docs/API.md)\n* [FAQ](docs/FAQ.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffergiemcdowall%2Fsearch-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffergiemcdowall%2Fsearch-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffergiemcdowall%2Fsearch-index/lists"}