Skip to content

Like Filter is case sensitive #7

@bofalke

Description

@bofalke

If JSONB is inside the document store the Like Filter will not work as intended since it is case sensitive.

A structure like this:

{
    "some": {
      "prop": "foo",
      "other": {
        "prop": "bat"
      }
    }
  },

can be filtered in the Document Store using the LikeFilter with this setup:

new LikeFilter('some', '%FOO%')

But with the postgres Document store that will not work, it will only work if the value is %foo%

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