issue: https://linear.app/comm/issue/ENG-4055/search-endpoint-failing-when-called-with-only-a-stopword
When `searchMessagesInSingleChat` was passed a string with ononly stopwords, they were stripped away by `processQueryForSearch` and the `pattern` variable was `'+'`, which is not a valid
patter for `MATCH AGAINST` query