ElliottKasoar / abcd

0 stars 0 forks source link

Implement OpenSearch query parsing/building #3

Closed ElliottKasoar closed 4 months ago

ElliottKasoar commented 1 year ago

Currently queries for OpenSearch are limited to explicitly constructed queries, limiting data discoverability.

This should include unit tests, similar to the existing parser tests.

ElliottKasoar commented 1 year ago

Currently implemented, but there appears to be an issue with negative values for ranges, which could be problematic for energy ranges in particular. See: https://github.com/jurismarches/luqum/issues/99