1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00
Files
2020-08-11 09:36:21 -07:00

22 lines
556 B
PHP

<?php
/*
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id$
*
* Search Admin Help
*
*/
if (!defined('e107_INIT')) { exit; }
$caption = "Search Help";
$text = "
If your MySQL server version supports it you can switch
to the MySQL sort method which is faster than the PHP sort method. See preferences.
<br /><br />
If your site includes Ideographic languages such as Chinese and Japanese you must
use the PHP sort method and switch whole word matching off.
";
$ns->tablerender($caption, $text);