Postgresql – SQL query to find exact words in any order
I have a postgres table Article which has three columns - title, description, categories. All the three columns contain plain text. I have 2 search words - say word1, word2 I want to find the records where title+description+categories contains all…