Where filter without operator part does not work with integer and boolean values #322
Labels
bug
Something isn't working
expands-search-api
Issues relating to the ExPaNDS Search API section of this repo
Description:
Sending the following request:
http://{{datagateway-api}}/search-api/datasets/0-8401-1070-7?filter={"include": [{"relation": "files", "scope": {"where": {"size": 1}}}]}
returns
400 BAD REQUEST
:This errors only when integer or boolean values are used, but works fine with string values.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: