mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix search result skipping issue
This commit is contained in:
parent
6e775f5c28
commit
1381152eff
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ layout: null
|
|||
|
||||
"{{ page.url | slugify }}": {
|
||||
"title": "{{ page.title | xml_escape }}",
|
||||
"content" : "{{page.content | strip_html | strip_newlines | remove: " " | escape | remove: "\"}}",
|
||||
"content" : "{{page.content | strip_html | strip_newlines | escape | remove: "\"}}",
|
||||
"url": " {{ page.url | xml_escape }}",
|
||||
"group": "{{ page.group }}",
|
||||
"excerpt": {{ page.description | strip_html | truncatewords: 40 | jsonify }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue