cozydev-pink / protosearch

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

Simplify JS Interop #160

Closed valencik closed 5 months ago

valencik commented 8 months ago

There's too much going on in JS Interop, it should really just be calling out to an existing search method and possibly converting the results into JS types.

_Originally posted by @valencik in https://github.com/cozydev-pink/protosearch/pull/159#discussion_r1437085370_

valencik commented 6 months ago

Additionally, JsInterop uses a hardcoded QueryAnalyzer, so it's missing fields that are created in the sbt plugin.