1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-04-11 09:54:35 +02:00
www.netz39.de/assets/data/search.liquid

8 lines
288 B
Text

---
---
{% 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 }}