If TextSearch doesn't help, and since Datastore doesn't allow more than one
property per query to have inequality filters, then I can see only two
possibilities, depending on the amount of data that you expect to have.

If the amount of data is small, you could filter on one property using GQL
(e.g. "SELECT * FROM Equipment WHERE from_time >= 1600") and then filter
the rest in code.

If you have a large dataset, where performing the single inequality filter
would return too many results, then the only other option that I can see is
to use Cloud SQL.

Regards,

Julie


On 24 April 2013 19:19, Mohsin Hijazee <[email protected]> wrote:

> So simply put, we cannot have a condition such as from_field > 5 and
> to_field < 10? How we would go about that then?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to