Contact/BAO/Query.php: fix searching for whitespace
authornirodaonline <malmeida287@gmail.com>
Fri, 12 Nov 2021 15:55:17 +0000 (16:55 +0100)
committerColeman Watts <coleman@civicrm.org>
Sat, 11 Dec 2021 20:51:57 +0000 (15:51 -0500)
commit1962d3d5c09a40e4c7fd4549da4bd533b376c387
treecc8a791035b91b4c5010d1e59b7c1c95d6a76106
parentfa3c8ab19674431aebedea6f55e074d2b7fe866a
Contact/BAO/Query.php: fix searching for whitespace

Condition was never true

Add Unit test for space wildcard replacement on sort_name

fix failing test
CRM/Contact/BAO/Query.php
tests/phpunit/CRM/Contact/BAO/QueryTest.php
tests/phpunit/api/v3/ContactTest.php