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
Post a Comment