I have a custom field group which includes the USPS postal abbreviations and the following regions: national, southern, uppermidwest, lowermidwest, midwest, and flagship.
I want to do a search like this:
search:region_customfieldgroup="national|{region_inclusive}|{region}|{assigned_usps_code}"
The problem is that the above code doesn’t search for an exact match by default. For instance, with “la” that letter combination is found in “flagship”. So, when a page searches for “la” it would also return results assigned to “flagship”.
The following is not the way to fix this, but I don’t know how to get it done:
search:region_customfieldgroup="=national|={region_inclusive}|={region}|{lowercase_state_abb}"Version: EE 1.6.9 Build: 20100430