We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0d15a commit 5ee708fCopy full SHA for 5ee708f
docs/_static/searchtools.js
@@ -232,7 +232,7 @@ var Search = {
232
233
// Enrich item with parent doc_section title
234
for (i = 0; i < results.length; i++)
235
- results[i][6] = results[i][6] || 'Plone Documentation';
+ results[i][6] = results[i][6] || title_documentation;
236
237
// now sort the results by score (in opposite order of appearance, since the
238
// display function below uses pop() to retrieve items) and then
0 commit comments