Hi All, I've been trying to understand how com.google.appengine.api.datastore.Query.FilterOperator.IN works. I have been trying with some String properties on my entities, and when I use this filter, my query returns only exact matches (but not the Strings that partially match the filter's argument). So how is it different from FilterOperator.EQUAL operator? Is there any detailed info about this operator, since Javadocs or AppEngine tutorials don't include anything?
Thanks, Gokhan -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
