We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b0303 commit 7aee05cCopy full SHA for 7aee05c
assets/js/lunr/lunr-store.js
@@ -47,7 +47,7 @@ var store = [
47
}{%- unless forloop.last and l -%},{%- endunless -%}
48
{%- endfor -%}
49
{%- endfor -%}{%- if site.lunr.search_within_pages -%},
50
- {%- assign pages = site.pages | where_exp:'doc','doc.search != false' -%}
+ {%- assign pages = site.pages | where_exp:'doc','doc.search != false and doc.title != null' -%}
51
{%- for doc in pages -%}
52
{%- if forloop.last -%}
53
{%- assign l = true -%}
0 commit comments