Author: Christoph M. Becker (cmb69) Date: 2021-07-25T17:37:01+02:00 Commit: https://github.com/php/web-bugs/commit/d13a5fe37024bef133b7a93aa45511c3bcbafa78 Raw diff: https://github.com/php/web-bugs/commit/d13a5fe37024bef133b7a93aa45511c3bcbafa78.diff
Fix #81292: Issue tracker: How to Search claims advanced search defaults Find bugs to "all" Changed paths: M templates/pages/search_how_to.php Diff: diff --git a/templates/pages/search_how_to.php b/templates/pages/search_how_to.php index fb5189c6..4bf76fab 100644 --- a/templates/pages/search_how_to.php +++ b/templates/pages/search_how_to.php @@ -41,8 +41,8 @@ subject, and description. Minimum term length is three characters. There are three types of searches: <ul> - <li><i>all</i> : (default) All search terms are required.</li> - <li><i>any</i> : One or more (any) of the search terms may be present.</li> + <li><i>all</i> : All search terms are required.</li> + <li><i>any</i> : (default) One or more (any) of the search terms may be present.</li> <li> <i>raw</i> : Allows full use of MySQL's <a href="https://dev.mysql.com/doc/en/fulltext-search.html">FULLTEXT</a> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php