Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Use of the LIKE operator #85

@david-alm

Description

@david-alm

Hello 👋

After trawling through the code, trying to figure out how to perform a prefix search, I've realized that this this dictionary maps orm operators to sqlalchemy methods. Note that iexact, contains and icontains reference some variant of like.
Meanwhile, this code escapes the search string when using like - but only for the operators contains and icontains.

So to my knowledge:

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