-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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
Labels
No labels