doco
doco copied to clipboard
Constructing search queries with Doco
Is it possible to construct search queries below using Doco? String queryString = "product: piano AND price < 5000";
Yeap! You can do all searches (and everything else) you do without DOCO. Doco does for the Search API what Objectify does for the datastore: use a plain old java class to describe the searchable fields in a document.
That's very interesting. I couldn't find any example on http://www.vidolima.com/projects/doco/index.html. Could you please update the ReadMe or something else to show how to construct queries using object fields?