]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
case insensitive indexing for content and nick/fullnames (search)
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 3 Jun 2015 20:43:51 +0000 (22:43 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 3 Jun 2015 20:43:51 +0000 (22:43 +0200)
commitfd121f371a2943e582a4ba504c84c3054779f7e9
tree2389dc321d709ab145b40801b50b5616e6d19bdf
parentc5da7306bdc71beab2866038480ab6aa430a02ff
case insensitive indexing for content and nick/fullnames (search)

This broke when changing the database to utf8mb4 instead of utf8,
since utf8_general_ci wasn't accepted and the engine fell back to
utf8mb4_bin. Now we're back in case insensitive search business!
classes/Notice.php
classes/Profile.php