Skip to content

Commit

Permalink
Fix to search.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Aug 7, 2022
1 parent f4bdc66 commit c5ef739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import * as params from '@params';
id: 'id',
index: ['title','tags','content','date'],
store: ['title','summary','date','permalink']
}
},
tokenize: 'forward'
});

Expand Down

0 comments on commit c5ef739

Please # to comment.