mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 22:03:35 -04:00
Fixed title and tags being empty for some search queries
This commit is contained in:
@@ -173,9 +173,9 @@ class SearchIndex:
|
||||
|
||||
# Create entry for section
|
||||
entry = {
|
||||
"location": url,
|
||||
"title": title,
|
||||
"text": text,
|
||||
"location": url
|
||||
"text": text
|
||||
}
|
||||
|
||||
# Set document tags
|
||||
|
||||
Reference in New Issue
Block a user