CAN WE USE "CONTAINS" OR "LIKE" OPERATOR IN WHERE CLAUSE OF DATABASE VIEW
I have written following queryq_search.search_term = interaction.short_descriptionq_search.search_term(this field is from "ts_query_kb" table)interaction.short_description(This field is from my custom table)