mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Pass the full request URI (including GET params) to the datatables controller
Search options are passed as GET params and were therefore ignored before. This fixes issue #165.
This commit is contained in:
parent
0a4fdb6665
commit
e6408a4dff
2 changed files with 3 additions and 3 deletions
|
@ -64,6 +64,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<input type="search" class="form-control me-sm-2 my-2" placeholder="{% trans %}search.placeholder{% endtrans %}" name="keyword">
|
||||
<input type="search" class="form-control me-sm-2 my-2" placeholder="{% trans %}search.placeholder{% endtrans %}" name="keyword" required>
|
||||
<button type="submit" class="form btn btn-outline-secondary my-2">{% trans %}search.submit{% endtrans %}</button>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue