Skip to content

Caching result does not consider order of values #1

Description

@darshit-shah

When you add filter condition Qtr in [ "Q1" , "Q2" ], it will make query to database and cache result with this filter condition.
Now next time when you say Qtr in [ "Q2" , "Q1" ], because of change in sequence, it doesn't understand that filter condition is matching with older one.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions