Skip to content

Commit 11cee21

Browse files
committed
Merge branch 'feature/full-text-search' into develop
2 parents a67402a + 564c509 commit 11cee21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/search-loader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
{% capture not_found %}<p class="mt-5">{{ site.data.locales[lang].search.no_results }}</p>{% endcapture %}
1818

19-
<script src="https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.7.3/dest/simple-jekyll-search.min.js"></script>
19+
<script src="https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js"></script>
2020

2121
<script>
2222
SimpleJekyllSearch({

assets/js/data/search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: compress
1111
"tags": "{{ post.tags | join: ', ' }}",
1212
"date": "{{ post.date }}",
1313
{% include no-linenos.html content=post.content %}
14-
"snippet": "{{ content | strip_html | strip_newlines | remove_chars | escape | truncate: 300 | replace: '\', '\\\\' }}"
14+
"snippet": "{{ content | strip_html | strip_newlines | remove_chars | escape | replace: '\', '\\\\' }}"
1515
}{% unless forloop.last %},{% endunless %}
1616
{% endfor %}
1717
]

0 commit comments

Comments
 (0)