Skip to content

config: disable or map operators #498

@woylie

Description

@woylie

SQLite does not support the ilike operator. We want Flop to handle this properly during operator validation. There are a few different options:

  • add configuration to disable operators completely
  • add configuration to set the allowed operators per primitive ecto type
  • add configuration to map operators to other operators; this would allow you to map ilike and =~ to like
  • ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions