Need to fix Regex in the PostgreSQL Search
I am in need to use the Word Boundary(y) as a condition to match the exact word which is been searched as a Query Param. I am writing this regex and executing in PostgreSQL but it is returning FALSE. text_search_value…