Hi, I´m using Google Search API and at the time of making the search:
*QueryOptions options = QueryOptions.newBuilder().setLimit(limit).setOffset(offset).build;* *queryString+="name:\""+name+"\"";* *Query query = Query.newBuilder().setOptions(options).build(queryString);* *Results<ScoredDocument> results = index.search(query);* I´m getting a SearchQueryException saying the following: *AST is missing nil root name:"value"* Name is an existing field and I don´t know why am I getting this error. Anyone could help me? Thanks :) -- 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/-/ELJqZg9CU18J. 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.
