Hi all,

I'm trying to use the new Search API on "Atom" fields, for example I'm 
indexing email addresses in a field named "inital_author". As far as I 
understand, the query syntax for "atom" field is "FIELD=VALUE" (as opposed 
to "FIELD:VALUE" for regular text fields), so my search query looks like 
this:

initial_author="[email protected]"

this query works fine when the application is deployed on App Engine, but 
returns 0 results when running on the local development server (using an 
embedded version of Lucene, I believe). Am I using the wrong query syntax 
here or is there a bug in the local implementation of the search API ?

Thanks
Stéphane

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/fnc3t97jJ9sJ.
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.

Reply via email to