I have a problem that I need to filter query result with Objectify. Typically here is what the String @Key field on stored entities would look like:
uid:jamesm:pointsuid:jsmith:pointsuid:jax:pointsuid:ken:points
Now I want to do a query filter like this for the @Key field:
uid:j*:points
Where, I am expecting to get the first three (3) entities listed above. Is this possible with Objectify?
As described before, you can do this, but only if you compare start of the string:
uid:j*