flowershow
flowershow copied to clipboard
[shape] Improving full text search
We want to improve (the built-in) full text search in Flowershow. Current built-in text search becomes very slow (to point of non-performant) on large sites.
Think worth looking at mkdocs-material as they have a good open source full text search options.
Tasks
Some research
- [ ] What does nextra do?
- [ ] what does mkdocs-material do? I think he custom built something nice!
- [ ] Rust options e.g.
- tinysearch - https://github.com/tinysearch/tinysearch
- a derivative https://dawchihliou.github.io/articles/i-built-a-snappy-full-text-search-with-webassembly-rust-nextjs-and-xor-filters
- ...