Hi All,

When I am running any GQL with using 'Not Equal To' and 'And' operator
both the Google App Engine gives the error no matching index found.

For example:
Select * From User Where userName = 'sachin' And age != '20'
error
no matching index found.

This query needs this index:
- kind: User
  properties:
  - name: userName
  - name: age


But when I run following GQL then it works properly.
Select * From User Where userName = 'sachin' And age = '20'

Any suggestion/help are appreciated.

Thanks in advance.

Subhash

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to