Skip to content

Commit

Permalink
search load
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Feb 22, 2024
1 parent c6ba254 commit 36cdc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/src/main/assets/page.st
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ safely do: `url.base + doc.location`.
"clipboard.copy": "Copy to clipboard",
"search.config.lang": "en",
"search.config.pipeline": "trimmer, stopWordFilter",
"search.config.separator": "[\\s\\-]+",
"search.config.separator": "[\\\\s\\\-]+",
"search.result.none": "No matching documents",
"search.result.one": "1 matching document",
"search.result.other": "# matching documents",
"search.result.placeholder": "Type to start searching"
}</script>
<script>
app = initialize({
base: ".",
base: "$page.base$.",
features: ['navigation.instant', 'navigation.instant.prefetch', 'navigation.instant.progress', 'navigation.instant.preview', 'navigation.tracking', 'navigation.tabs', 'navigation.tabs.sticky', 'navigation.sections', 'navigation.path', 'navigation.prune', 'navigation.top', 'navigation.footer', 'toc.follow', 'search.suggest', 'search.highlight', 'search.share', 'header.autohide', 'announce.dismiss'],
search: Object.assign({
worker: "$page.base$assets/javascripts/worker/search.5eca75d3.min.js"
Expand Down

0 comments on commit 36cdc4f

Please sign in to comment.