I am writing a custom component for searching tasks, I've added search filters to the search like: filter.addCondition("procVar.CompanyName", Operator.EQUALS, companyName, Connective.AND);when there is exact match, the search results are correct, however, when there is no match for the filters,the s...