Skip to content

Commit

Permalink
resolve issues #342 & #362 make indexed things searchable
Browse files Browse the repository at this point in the history
- previous default was not to make them searchable (because too  many things were duplicated)
- the duplicates have now been reduced.
- users who have used the site before will need to remove the localstorage to over-ride the previous default.
  • Loading branch information
finanalyst committed Apr 20, 2024
1 parent c782dd4 commit 211061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/plugins/options-search/options-search.js
Expand Up @@ -39,7 +39,7 @@ document.addEventListener('DOMContentLoaded', function () {
searchOptions = {
"loose": false,
"headings": true,
"indexed": false,
"indexed": true,
"primary": true,
"composite": true,
"newtab": false,
Expand Down

0 comments on commit 211061a

Please sign in to comment.