I have a client that needs to have state abbreviations (AZ, WA, NC) searchable, which doesn’t work with EE, since there is a search limit of 3 characters for MySQL. I read this thread (http://ellislab.com/forums/viewthread/187656/), in which someone else had this issue. I’m wondering if anyone has any solutions for this limitation. I’ve read solutions online in similar situations where a supplemental “_” character was added to a search to meet the minimum requirements to search the DB. I’m surprised this hasn’t come up before, since it seems like a pretty basic requirement. Perhaps I’m missing something.
Thanks!