File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 2
2
Custom js init stuff
3
3
========================================================================== */
4
4
5
- $ ( function ( ) {
6
-
7
- // Override the default lunr tokenizer options, as a quick fix added _ to the list to get ignored the differences like option-1 and option_1
8
- lunr . tokenizer . separator = / [ \s \- _ ] + /
9
-
10
- } ) ;
5
+ // $(function () {
6
+ //
7
+ // // Override the default lunr tokenizer options, as a quick fix added _ to the list to get ignored the differences like option-1 and option_1
8
+ // //lunr.tokenizer.separator = /[\s\-_]+/
9
+ // lunr.tokenizer.separator = /[\s]+/
10
+ //
11
+ // });
Original file line number Diff line number Diff line change @@ -8822,10 +8822,6 @@ $(function() {
8822
8822
} ) ;
8823
8823
} ) ;
8824
8824
8825
- $ ( function ( ) {
8826
- lunr . tokenizer . separator = / [ \s ] + / ;
8827
- } ) ;
8828
-
8829
8825
$ ( function ( ) {
8830
8826
$ ( "#main" ) . fitVids ( ) ;
8831
8827
$ ( ".author__urls-wrapper" ) . find ( "button" ) . on ( "click" , function ( ) {
You can’t perform that action at this time.
0 commit comments