-
What does the /all endpoint presently return?
Without a filter it should return all entries of all entry types, using the jsonapi 'type' member to specify which entry_type each record is.
So, e.…
-
Let's add the following operators to the filter language:
- string_property LIKE "value" # as in SQL 'select string_property from data where string_property like "%value%"'
- string_properties …
-
As discussed in #49, we split part of the discussion of #23 to this new issue.
From the comment of @rartino in #23:
> There are differing opinions on how to handle systems with atoms at unknown …
-
Now, a `property` is `anything that can be in the filtering of results`.
Instead it should be what is returned by the API, and instead we should clearly mark which properties MUST be queryable by *an…
-
There are currently two, conflicting definitions of the basic content of an "entry"
* [Section 4.1.2](https://github.com/Materials-Consortia/OPTiMaDe/blob/v0.9.5/optimade.md#412-json-api-response-sc…
-
By explicitly adding all definitions of [http://jsonapi.org/schema](http://jsonapi.org/schema) to our schema (reproduced in its entirety below), we can ensure that any given reference implementation (…
-
I've implemented a filter expression parser in python. See https://github.com/materialsproject/optimade and check it out with `pip install optimade`.
-
I am trying to query the COD by formula. While I can execute the example in the wiki, I cannot run the following query.
```
select file from data where formula="Li"
```
Basically replacing the…