ElliottKasoar / abcd

0 stars 0 forks source link

Fix queries for OpenSearch CLI #21

Closed ElliottKasoar closed 7 months ago

ElliottKasoar commented 8 months ago

When using the CLI, queries are parsed within decorators.py, rather than in the backend atoms_[db].py file (MongoDB or OpenSearch).

This is potentially to allow a list of multiple queries to be applied sequentially, although this could instead be added to the backend parsing too.

Whether or not the parsing of lists remains here, this needs updating to allow OpenSearch queries to successfully be parsed in this way too.

ElliottKasoar commented 7 months ago

Appears to be resolved by newest commit.