Loris
Loris copied to clipboard
DQT API Casing is inconsistent
In the dataquery API defined in modules/dataquery/static/schema.yml (and the implementation of it), the casing of options is not consistent. startsWith/endsWith are camelCase while isnotnull/isnull/notexists/numberof are lowercase. They should be consistently one or the other.
@driusan can we close that?