Get a list of (key, name) for your object in question

Do a foreach loop and check each name in java  ( if
blah.indexOf("ash") >= 0 )
if it matches your filter, download the full person via the key and
add him to a list to return

On Feb 11, 5:26 am, Piyush <piyush.mn...@gmail.com> wrote:
> Hi All,
>
> I am developing a resource allocation application in GAE with Java.
>
> Since there is no like keyword in JDOQL, I am unable to do search in
> database based on a keyword. For example, I want to list all the
> employees who have 'ash' word in their name.
>
> I have already wasted 3 days due to this problem. So please suggest me
> some workaround to achieve above this goal.
>
> Thanks in advance.
>
> Regards,
> Piyush Jain

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to