Query rich text field on postgres database #5575
Unanswered
AniaDomachowska
asked this question in
Q&A
Replies: 1 comment
-
I thought that we handled this but maybe we're missing something in our handling of the search value you're using. Can you give an example of the value you might have in This is where we handle querying: If you see anything that can be improved, feel free to open a PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question how to query the rich text field on postgres database.
const offers = await payload.find({ collection: 'offers', depth: 3, where: { { 'description': { like: searchText } } })
When I execute the above I get the following error:
error: operator does not exist: jsonb ~~* unknown
Beta Was this translation helpful? Give feedback.
All reactions