Introduce an input field for the facet filters on the http-ui

This commit is contained in:
Clément Renault 2020-11-14 14:01:41 +01:00
parent 2341b99379
commit 218eb97241
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 10 additions and 7 deletions

View file

@ -55,7 +55,8 @@
<div class="level-left">
<div class="level-item">
<div class="field has-addons has-addons-right">
<input id="search" class="input" type="text" autofocus placeholder="e.g. George Clooney">
<input id="query" class="input" type="text" autofocus placeholder="e.g. George Clooney">
<input id="facet" class="input" type="text" placeholder="facet filter like released >= 1577836800">
</div>
</div>
<div class="level-item"></div>