Allow searching for store and drv paths. Only does a complete match to reduce load on database.

This commit is contained in:
Rob Vermaas
2013-04-25 09:57:30 -04:00
parent 2c7a479994
commit bfc1b0e76a
3 changed files with 16 additions and 1 deletions

View File

@ -60,6 +60,14 @@
[% END %]
[% IF builds.size > 0; matched = 1 %]
<p>The following builds match your query:[% IF jobs.size > limit %] <span class="text-warning">(first [% limit %] results only)</span>[% END %]</p>
[% INCLUDE renderBuildList %]
[% END %]
[% IF !matched %]
<div class="alert alert-warn">Sorry! Nothing matches your
query.</div>