* MM-21116: Improve channelSearch SQL query generation The likeTerm from buildFulltextClause was being built inefficient using strings. We change it to use squirrel to build the query. And while at it, we also change the len check with checking with an empty string which is more idiomatic. Both compile to the same code, so there is no difference performance wise. * Use a better variable name