Files
gallery3/modules/search/views/search_link.html.php
Bharat Mediratta d568a1e9fd Implement relevance ranked boolean searching on a full text index of
item and comment data.  Whew!

It's not pretty yet.  And you have to manually update the index
currently in admin/maintenance.  But it works.
2009-01-17 00:52:50 +00:00

13 lines
352 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<form action="<?= url::site("search") ?>" id="gSearchForm">
<ul>
<li>
<label for="gSearch"><?= t("Search the gallery") ?></label>
<input type="text" name="q" id="gSearch"/>
</li>
<li>
<input type="submit" value="<?= t("Go") ?>" />
</li>
</ul>
</form>