1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-03-01 14:52:17 +01:00
www.netz39.de/assets/data/search.liquid

9 lines
288 B
Text
Raw Normal View History

2023-10-16 01:36:59 +02:00
---
---
{% comment %}
The json is created in search_input.liquid and included here to be compresed
{% endcomment %}
{% capture _search %}{% include default/search_input.liquid %}{% endcapture %}
{% assign emptyField = '{ },' %}
{{ _search | split: " " | join: " " | remove: emptyField }}