Hi @ all,
i have a problem with a query, What I want to do, is to search in a
String[] for keywords.
I use the String.startsWith("a") function.
When I build the qery like this:
select from ... where myArray.startsWith("keyword"), everything works
fine.
But the problem is, when I build a query, where I want to search for
two keywords, the query
doesnt give me results.
Example:
select from ... where myArray.startsWith(keyword1) &&
myArray.stratsWith("keyword2")
I don“t know why this doenst work, maybe somebody can help me??
Thanks.
Greets
Alex
--
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.