Skip to content

Warn if user accidentally uses set as advanced filter? #421

Description

Sets can never be values to be searched for, right?

I accidentally used

table.find(value={'<=', 10})

instead of

table.find(value={'<=': 10})

a tiny mistake which cost me quite some time ^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions