cozydev-pink / protosearch

prototype search library in pure scala
https://cozydev-pink.github.io/protosearch/
Apache License 2.0
9 stars 6 forks source link

Demo indexing on the JVM, searching in JS #26

Closed valencik closed 1 year ago

valencik commented 1 year ago

One of our core goals is to enable indexing on the JVM, producing an index, and then searching over it in the browser.

valencik commented 1 year ago

Completed mostly in https://github.com/cozydev-pink/protosearch/pull/50 The searchdocs demo indexes code in the JVM-only project searchdocsIO, and then searching happens in the ScalaJS only searchdocsWeb

The demo is available at: https://cozydev-pink.github.io/protosearch/searchdocs/index.html