Skip to content

Commit

Permalink
Adding offline search option using Lunr
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Csatari <[email protected]>
  • Loading branch information
CsatariGergely committed Aug 29, 2024
1 parent 2da6850 commit 034bd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ params.search.algolia = false

#Enable offline search with Lunr.js

offlineSearch = false
offlineSearch = true
offlineSearchSummaryLength = 70
offlineSearchMaxResults = 10

Expand Down

0 comments on commit 034bd1a

Please sign in to comment.