CRM-18694 alternative solution to easier post code searching.
authoreileen <emcnaughton@wikimedia.org>
Thu, 23 Jun 2016 03:17:50 +0000 (15:17 +1200)
committereileen <emcnaughton@wikimedia.org>
Tue, 12 Jul 2016 08:01:47 +0000 (20:01 +1200)
commit12af7addc319da3b5cb4555787d8a1b1bd7efa12
tree19639fa45097b75c9405a9fa9744f73d38a63adc
parent926f6ae3a0553d4d9e663155d0a69f149606daac
CRM-18694 alternative solution to easier post code searching.

The proposal is to change it to regex but the comments suggest the primary reason for this is that it makes more sense to search from the start of the string. This being the case it seems that we could opt to use an indexed query rather than regex
CRM/Contact/Page/AJAX.php