Hi,
SELECT FROM bookshelf.ItemDesc WHERE fts == param0
&& :strList.contains(userName).
I have a list of users and want to be selective with the search.
Provide result that contain the userName in the list provided
(strList). My resulting query looks like the one above. Will this
work ?
I am using executeWithMap() and I am doing the following:
declareParameter(Set<String> strList)
hashmap.put("strList", strList);
THis obviously is not working for me. Can someone please help me ?
THanks
Sriram
--
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.