dartdoc icon indicating copy to clipboard operation
dartdoc copied to clipboard

Improve search experience

Open keertip opened this issue 2 years ago • 1 comments

  • Based on a static JSON doc. Just autocomplete in a drop-down. Limited results. Limited items shown

Suggestions

  • Copy Rust (static file based) See https://docs.rs/wasmer/2.0.0/wasmer/ Also static JSON-file based Results are shown full screen with a lot more context

  • Elasticsearch (or similar)? Wire up a text indexer to provide deep results across file contents CONS: wire up a service, pay licensing, will cost (a lot?) more

  • Morsels Looks similar to what docs.rs uses. Generate server side. Run client side (with WASM).

  • https://typesense.org/ - free simple version + hosted option

  • Algolia Is it tacky to use their free version? Hrm…

  • Firebase Flutter docs – great experience!

keertip avatar May 16 '22 20:05 keertip