Skip to content

Extend supported filters #22

@iluvadev

Description

@iluvadev

Extend filters to support new PocketBase filters:

  • ?= Any/At least one of Equal
  • ?!= Any/At least one of NOT equal
  • ?> Any/At least one of Greater than
  • ?>= Any/At least one of Greater than or equal
  • ?< Any/At least one of Less than or equal
  • ?<= Any/At least one of Less than or equal
  • ?~ Any/At least one of Like/Contains (if not specified auto wraps the right string OPERAND in a "%" for wildcard match)
  • ?!~ Any/At least one of NOT Like/Contains (if not specified auto wraps the right string OPERAND in a "%" for wildcard match)

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