DEV Community

satish abothula
satish abothula

Posted on

need help with jsonb fuzzy searching in postgres

Hello guys, hoping to find the solution here,

I have a jsonb column,
I need to do fuzzy searching on that column

used ts vectors, but when it is converted the keys in the jsonb also mapped to the tsvector ,
I want to implement only on values

Top comments (0)