Ajoute la recherche par commentaire

This commit is contained in:
2020-09-04 10:18:47 +02:00
parent ad682460e2
commit 42ab41af8c
3 changed files with 10 additions and 0 deletions

View File

@@ -24,6 +24,9 @@
<div class="collapse" id="filters">
<div class="card card-body">
<form>
<div class="row form-group">
<label class="col-lg-2" for="comment">Commentaire:</label><input type="text" name="filter[comment]" id="comment">
</div>
<div class="row form-group">
<label class="col-lg-2" for="price_min">Min prix:</label><input type="number" name="filter[price_min]" id="price_min">
<label class="col-lg-2" for="price_max">Max prix:</label><input type="number" name="filter[price_max]" id="price_max">