@@ -36,7 +36,7 @@ implementation. If you immediately want to learn what's new, skip to the
36
36
[ section just after that] [ what's new ] ._
37
37
38
38
[ search ] : ../../setup/setting-up-site-search.md
39
- [ multilingual ] : ../../setup/setting-up-site- search.md#lang
39
+ [ multilingual ] : ../../plugins/ search.md#config. lang
40
40
[ offline-capable ] : ../../setup/building-for-offline-usage.md
41
41
[ what's new ] : #whats-new
42
42
@@ -206,7 +206,7 @@ more magic involved, e.g., search results are [post-processed] and [rescored] to
206
206
account for some shortcomings of [lunr], but in general, this is how data gets
207
207
into and out of the index.
208
208
209
- [separator]: ../../setup/setting-up-site- search.md#search- separator
209
+ [separator]: ../../plugins/ search.md#config. separator
210
210
[default tokenizer]: https://github.com/olivernn/lunr.js/blob/aa5a878f62a6bba1e8e5b95714899e17e8150b38/lunr.js#L413-L456
211
211
[post-processed]: https://github.com/squidfunk/mkdocs-material/blob/ec7ccd2b2d15dd033740f388912f7be7738feec2/src/assets/javascripts/integrations/search/_/index.ts#L249-L272
212
212
[rescored]: https://github.com/squidfunk/mkdocs-material/blob/ec7ccd2b2d15dd033740f388912f7be7738feec2/src/assets/javascripts/integrations/search/_/index.ts#L274-L275
@@ -486,7 +486,7 @@ digit `\d`, which leaves version numbers discoverable. Searching for
486
486
[:octicons-search-24: 7.2.6][q=7.2.6] brings up the [7.2.6] release notes.
487
487
488
488
[q=7.2.6]: ?q=7.2.6
489
- [7.2.6]: ../../changelog/index.md#726-_-september-1-2021
489
+ [7.2.6]: ../../changelog/index.md#7.2.6
490
490
491
491
#### HTML/XML tags
492
492
@@ -499,19 +499,12 @@ following expression to the separator allows for just that:
499
499
&[ lg] t;
500
500
```
501
501
502
- Searching for [:octicons-search-24: custom search worker script][q=script]
503
- brings up the section on [custom search] and matches the `script` tag among the
504
- other search terms discovered.
505
-
506
502
---
507
503
508
504
_We've only just begun to scratch the surface of the new possibilities
509
505
tokenizer lookahead brings. If you found other useful expressions, you're
510
506
invited to share them in the comment section._
511
507
512
- [q=script]: ?q=custom+search+worker+script
513
- [custom search]: ../../setup/setting-up-site-search.md#custom-search
514
-
515
508
### Accurate highlighting
516
509
517
510
Highlighting is the last step in the process of search and involves the
0 commit comments