https://github.com/eklem/idx-tests
Search-index tests
https://github.com/eklem/idx-tests
browser-based offline-first search search-engine
Last synced: 5 months ago
JSON representation
Search-index tests
- Host: GitHub
- URL: https://github.com/eklem/idx-tests
- Owner: eklem
- License: mit
- Created: 2020-07-23T11:45:19.000Z (almost 6 years ago)
- Default Branch: trunk
- Last Pushed: 2021-12-02T11:22:42.000Z (over 4 years ago)
- Last Synced: 2025-03-23T23:34:38.505Z (about 1 year ago)
- Topics: browser-based, offline-first, search, search-engine
- Language: HTML
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idx-tests
Miscellaneous search-index tests to figure out how to solve real world problems.
## Async index updates (PUT, DELETE) with web worker
Fixing async indexing with a web worker. [Original issue, indexing and searching at the same time](https://github.com/fergiemcdowall/search-index/issues/497).
Issue: Some performance issue in Chrome.
[Demo](https://eklem.github.io/idx-tests/async-index-and-search/)