2022-10-09 19:47:03 +02:00
|
|
|
<form id="navbar-search-form" action="{{ path('parts_search') }}" class="d-flex my-lg-0 ms-auto" method="get" data-turbo-permanent>
|
2022-07-24 18:08:21 +02:00
|
|
|
<div class="dropdown">
|
2023-06-20 01:01:40 +02:00
|
|
|
<button class="btn dropdown-toggle my-2" type="button" id="navbar-search-options" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-bs-auto-close="false">
|
2020-01-04 22:37:30 +01:00
|
|
|
{% trans %}search.options.label{% endtrans %}
|
|
|
|
<span class="caret"></span>
|
|
|
|
</button>
|
2022-07-24 18:08:21 +02:00
|
|
|
<div class="dropdown-menu" aria-labelledby="navbar-search-options">
|
2023-03-04 22:53:36 +01:00
|
|
|
<div class="px-2" style="width: max-content;">
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_name" name="name" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_name" class="form-check-label justify-content-start">{% trans %}name.label{% endtrans %}</label>
|
2020-01-04 22:37:30 +01:00
|
|
|
</div>
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_category" name="category" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_category" class="form-check-label justify-content-start">{% trans %}category.label{% endtrans %}</label>
|
2020-01-04 22:37:30 +01:00
|
|
|
</div>
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_description" name="description" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_description" class="form-check-label justify-content-start">{% trans %}description.label{% endtrans %}</label>
|
2020-01-04 22:37:30 +01:00
|
|
|
</div>
|
2022-09-09 23:33:49 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_mpn" name="mpn" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2023-03-04 22:53:36 +01:00
|
|
|
<label for="search_mpn" class="form-check-label justify-content-start">{% trans %}part.edit.mpn{% endtrans %}</label>
|
2022-09-09 23:33:49 +02:00
|
|
|
</div>
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_tags" name="tags" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_tags" class="form-check-label justify-content-start">{% trans %}tags.label{% endtrans %}</label>
|
2020-03-08 13:05:53 +01:00
|
|
|
</div>
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_storelocation" name="storelocation" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_storelocation" class="form-check-label justify-content-start">{% trans %}storelocation.label{% endtrans %}</label>
|
2020-03-08 13:05:53 +01:00
|
|
|
</div>
|
2022-09-09 23:33:49 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_comment" name="comment" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_comment" class="form-check-label justify-content-start">{% trans %}comment.label{% endtrans %}</label>
|
2020-03-08 13:05:53 +01:00
|
|
|
</div>
|
2023-03-04 22:53:36 +01:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_ipn" name="ipn" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2023-03-04 22:53:36 +01:00
|
|
|
<label for="search_ipn" class="form-check-label justify-content-start">{% trans %}part.edit.ipn{% endtrans %}</label>
|
|
|
|
</div>
|
2020-03-08 13:05:53 +01:00
|
|
|
{% if true %}
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_supplierpartnr" name="ordernr" value="1" checked {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2023-03-04 22:53:36 +01:00
|
|
|
<label for="search_supplierpartnr" class="form-check-label justify-content-start">{% trans %}orderdetails.edit.supplierpartnr{% endtrans %}</label>
|
2020-03-08 13:05:53 +01:00
|
|
|
</div>
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_supplier" name="supplier" value="1" {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_supplier" class="form-check-label justify-content-start">{% trans %}supplier.label{% endtrans %}</label>
|
2020-03-08 13:05:53 +01:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% if true %}
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_manufacturer" name="manufacturer" value="1" {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_manufacturer" class="form-check-label justify-content-start">{% trans %}manufacturer.label{% endtrans %}</label>
|
2020-03-08 13:05:53 +01:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% if true %}
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="search_footprint" name="footprint" value="1" {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="search_footprint" class="form-check-label justify-content-start">{% trans %}footprint.label{% endtrans %}</label>
|
2020-03-08 13:05:53 +01:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
2022-09-09 23:33:49 +02:00
|
|
|
<hr>
|
2022-07-24 18:44:05 +02:00
|
|
|
<div class="form-check">
|
2023-11-19 21:49:16 +01:00
|
|
|
<input type="checkbox" class="form-check-input" id="regex" name="regex" value="1" {{ stimulus_controller('elements/localStorage_checkbox') }}>
|
2022-07-24 18:44:05 +02:00
|
|
|
<label for="regex" class="form-check-label justify-content-start">{% trans %}search.regexmatching{% endtrans %}</label>
|
2020-01-04 22:37:30 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2024-02-28 22:08:32 +01:00
|
|
|
{# It is important that this element has an id field. Otherwise the dropdown panel wont appear after some link clicks #}
|
|
|
|
<div {{ stimulus_controller('elements/part_livesearch') }} class="mt-auto mb-auto" id="navbar-quicksearch-container"
|
2024-02-29 21:53:28 +01:00
|
|
|
data-placeholder-image="{{ asset('img/part_placeholder.svg') }}"
|
2024-02-27 00:28:17 +01:00
|
|
|
data-autocomplete="{{ path('typeahead_parts', {'query': '__QUERY__'}) }}" data-detail-url="{{ path('part_info', {'id': '__ID__'}) }}">
|
|
|
|
<input type="hidden" name="keyword" required {{ stimulus_target('elements/part_livesearch', 'input') }}>
|
|
|
|
</div>
|
2020-01-04 22:37:30 +01:00
|
|
|
</form>
|