8000 Filtering returns empty result · Issue #526 · objectify/objectify · GitHub
[go: up one dir, main page]

Skip to content

Filtering returns empty result #526

@SteelBRS

Description

@SteelBRS

I don't know what I am doing wrong here:

Date now = new Date(); List<Offer> offers; if (category == 0) offers = ofy().load().type(Offer.class).filter("end >", now).list(); else offers = ofy().load().type(Offer.class).filter("end >", now).filter("category ==", category).list();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0