-
I have a [work-in-progress branch](https://github.com/ndrewtl/flexsearch/tree/feat-export-promise) working on fixing #235. However, I have not been able to test my code, because I cannot build `flexse…
-
**Feature Description**
Provide searching functionality for multiple level of headings.
**Problem/Solution**
To make the search feature lighter I set the flexsearch index option to **…
-
It seems Algolia engine have some issues. What about switching to fully local engine like Flexsearch?
Here plugin for vuepress: https://github.com/leo-buneev/vuepress-plugin-fulltext-search
Benc…
-
Right now the [Flexsearch](https://github.com/shuding/nextra/blob/nextra-theme-docs%402.13.2/packages/nextra-theme-docs/src/components/flexsearch.tsx) component will not show results unless both the `…
silas updated
3 months ago
-
`gridsome develop` is giving me the following error:
> TypeError: Object.fromEntries is not a function
at collectionStore.data.map.node (/node_modules/gridsome-plugin-flexsearch/gridsome.serve…
-
I'm not able to use the latest version (0.7.31) in an ESM environment, such as a Vite app (browser-side) or a native-ESM node app (with TypeScript). The document doesn't also doesn't have anything abo…
-
## Requirements
* First-class Blog support with tags and categories
* MarkDown or MDX source for content
* Search support
* Cloudflare pages support
* Syntax highlighting support
## Wants
…
-
e.g. https://github.com/nextapps-de/flexsearch / https://www.infoq.com/news/2019/03/flexsearch-fast-full-text-search/
-
Initially, I was successful:
- Using Node v16.9.0 ES6 modules to create, export, import and search Flexsearch indexes
- Using CSJS ES6 modules (Chrome) to Import and search using the above exported…
-
```js
import FlexSearch from 'flexsearch'
const index = FlexSearch.create({
encode: 'icase',
tokenize: 'forward',
depth: 3,
})
```
![image](https://user-images.githubusercontent.com/…