Live Search Not Working Without Mbstring
If PHP is not compiled with mbstring, live-search functions don't return the correct results (even for English characters). Also using Special page alphabet filters don't return the correct results.
Fixed in the next release. Our ::substr function was returning 2 characters for every 1 length requested. This resulted in invalid startkey values in the database.