Have a look at "ListProperty" if u're on the Python stack or in java you can 
do this : 

class {

private List<String> props;

}


query.setFilter(" props == 'foo'");

So, basically, create a list containing all the searchable tokens and then 
you can easily search in the way described above.

-- 
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.

Reply via email to