-
Likely worth waiting for #10, contribute upstream
Suggested feature: Add a search box to the homepage to match old OpenDataPhilly site. On submit, forward to Datasets page and populate search there…
-
Use lunrjs, and try to pre-build the index
-
https://paullj.github.io/posts/fast-lightweight-fuzzy-search-using-fuse.js
- build search index at build time to improve performance.
- client side or server side
- Potential solution: https://gi…
-
We need a way to do advanced indexing / full-text search for filtering results and using previous results as input to next tasks.
## Examples
For workflow or scan configurations, we currently su…
-
Needs a way to do search in sidebar, like Docute. One options is something like http://lunrjs.com
-
Implement search, like https://lunrjs.com/guides/getting_started.html
-
## New Features To be included (see also [5.0! project board](https://github.com/docsifyjs/docsify/projects/2))
### 1. [Static HTML Generation (non-blocking)](https://github.com/docsifyjs/docsify/i…
-
when searching, the results have broken links, due to trying to connect to a "local host".
-
**Describe the bug**
The theme includes several files in `vendor` directories. Some of these files are currently outdated.
**To Reproduce**
1. _includes/vendor/anchor_headings.html is Version 1…
-
One of the big reasons why I use Fuse is that I can pass a list of objects and it will search on a subset of keys. This requires additional indexing, I assume. Is it possible to do this with uFuzzy? I…