gridsome-plugin-flexsearch
gridsome-plugin-flexsearch copied to clipboard
Add lightning fast search to Gridsome with FlexSearch
The $impot method is not documented and it looks like the $searchLoad does the same but with a higher level of abstraction.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.1.31. Changelog Sourced from nanoid's changelog. 3.1.31 Fixed collision vulnerability on object in size (by Artyom Arutyunyan). 3.1.30 Reduced size for project with brotli compression...
I try to keep everything as is, and only support function for now. Because I cant think of a solid way to support both normal string and regex string without...
Hi, Thanks for the awesome plugin. I have a use case where the search component is shared in multiple pages (e.g. /docs/my-help-article-1...) I checked https://github.com/thetre97/gridsome-plugin-flexsearch/blob/main/gridsome.client.js#L67 and it seems like the...
When flexsearch is enabled, it is not possible to edit markdown files and at the same time to see the content being hot-reloaded in the browser. See this issue: https://github.com/gridsome/gridsome/issues/1223
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...