1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/short_search_fix/views/admin_short_search_fix.html.php

11 lines
453 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="g-block">
<h1> <?= t("Short search fix settings") ?> </h1>
<p>
<?= t("This module works by padding every search term with a prefix. Since MySQL system variables typically set the minimum search term to 4 characters, the default 2-character prefix makes all 2-letter searches valid.") ?>
</p>
<div class="g-block-content">
<?= $form ?>
</div>
</div>