react-minisearch
react-minisearch copied to clipboard
React integration for the MiniSearch client side full-text search library
As we discussed in an [issue](https://github.com/lucaong/minisearch/issues/224) in the main `MiniSearch` repo, in some use cases it makes sense to pre-build a search index, so that one can provide and load...
Hello, i'm caused by "Uncaught TypeError: MiniSearch__default.default is not a constructor" when just trying to initialize const { search, searchResults } = useMiniSearch(documents, miniSearchOptions) doing same as provided in examples....
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
There seems to be an issue with the way that `useMiniSearch` is including MiniSearch in production builds. Reproduction here: https://stackblitz.com/edit/vitejs-vite-j8sehn In that reproduction you'll see in the console there is...
I noticed that minisearch as a peer dependency. SHould it be a "depedency" instead? https://github.com/lucaong/react-minisearch/blob/4e58589f0892304ee4c17e3523e39f2ea04bec30/package.json#L56
react-minisearch v7 bumped the version but not the peer dependency, maybe || is fine too