
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4179690250f18a2b0804eaffc1b47a7c66821cb8 https://github.com/phpmyadmin/phpmyadmin/commit/4179690250f18a2b0804eaffc1b4... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M ChangeLog M libraries/DbSearch.php M test/classes/DbSearchTest.php Log Message: ----------- Improved database search to allow search for exact phrase match Add option to search exact phrase as substring, what was currently missing. While doing that, also improve testsuite for generating the clauses. Fixes #12388 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 90688be99a7124c7f8b14913ea982494b5b0d3cc https://github.com/phpmyadmin/phpmyadmin/commit/90688be99a7124c7f8b14913ea98... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-10 (Mon, 10 Apr 2017) Changed paths: M ChangeLog M libraries/DbSearch.php M test/classes/DbSearchTest.php Log Message: ----------- Merge pull request #13112 from nijel/search Improved database search to allow search for exact phrase match Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6938d54a907c...90688be99a71