Skip to content

Bug in __ilike filtering #621

@chabann

Description

@chabann

Filter type __ilike has an unexpected behavior applying inside prefix and postfix "%".

Example:
filter by name__ilike = 'Qwerty'

returns:
name = QWERTY
name = 12QWERTY
name = QWERTYQ123

Expected returns:
name = QWERTY

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions