flowershow icon indicating copy to clipboard operation
flowershow copied to clipboard

[shape] Improving full text search

Open rufuspollock opened this issue 1 year ago • 0 comments

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
    • ...

rufuspollock avatar Jan 30 '24 19:01 rufuspollock