python - GQL query Inequality no working with ''IN" operator -


i writing gql query using both in operator , inequality operator returning error. query

select * mymodel state in ('abc') , count > 9 

and output no matching index found.

the suggested index query is: - kind: mymodel properties: - name: state - name: count 

as per output (and documentation) need create index query work. add suggestion index.yaml


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -