You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Differences between instances with and without Elasitcsearch
There are some differences when querying between SciCat instances that run Elasticsearch vs those that don't run it. I tested with staging.scicat.ess.eu, scicat.ess.eu, and a locally deployed instance (latest GH package) w/o Elasticsearch.
Different behaviour
When querying ESS staging for datasets, it ignores some fields in the query. E.g.
Differences between instances with and without Elasitcsearch
There are some differences when querying between SciCat instances that run Elasticsearch vs those that don't run it. I tested with
staging.scicat.ess.eu
,scicat.ess.eu
, and a locally deployed instance (latest GH package) w/o Elasticsearch.Different behaviour
When querying ESS staging for datasets, it ignores some fields in the query. E.g.
prints
In fact, it does not respect
proposalId
but returns all datasets.But when running the same query against
https://scicat.ess.eu
, I get 0 results as this proposal does not exist.It even ignores unknown fields:
prints
Different syntax
prints
but on production, I get
<Response [200 OK]>
and a correct list of datasets.To fix this, I need to change it to
on staging.
The text was updated successfully, but these errors were encountered: