Closed valencik closed 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
One of our core goals is to enable indexing on the JVM, producing an index, and then searching over it in the browser.