@@ -36,7 +36,7 @@ implementation. If you immediately want to learn what's new, skip to the
3636[ section just after that] [ what's new ] ._
3737
3838 [ search ] : ../../setup/setting-up-site-search.md
39- [ multilingual ] : ../../setup/setting-up-site- search.md#lang
39+ [ multilingual ] : ../../plugins/ search.md#config. lang
4040 [ offline-capable ] : ../../setup/building-for-offline-usage.md
4141 [ what's new ] : #whats-new
4242
@@ -206,7 +206,7 @@ more magic involved, e.g., search results are [post-processed] and [rescored] to
206206account for some shortcomings of [lunr], but in general, this is how data gets
207207into and out of the index.
208208
209- [separator]: ../../setup/setting-up-site- search.md#search- separator
209+ [separator]: ../../plugins/ search.md#config. separator
210210 [default tokenizer]: https://github.com/olivernn/lunr.js/blob/aa5a878f62a6bba1e8e5b95714899e17e8150b38/lunr.js#L413-L456
211211 [post-processed]: https://github.com/squidfunk/mkdocs-material/blob/ec7ccd2b2d15dd033740f388912f7be7738feec2/src/assets/javascripts/integrations/search/_/index.ts#L249-L272
212212 [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
486486[:octicons-search-24: 7.2.6][q=7.2.6] brings up the [7.2.6] release notes.
487487
488488 [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
490490
491491#### HTML/XML tags
492492
@@ -499,19 +499,12 @@ following expression to the separator allows for just that:
499499&[ lg] t;
500500```
501501
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-
506502---
507503
508504_We've only just begun to scratch the surface of the new possibilities
509505tokenizer lookahead brings. If you found other useful expressions, you're
510506invited to share them in the comment section._
511507
512- [q=script]: ?q=custom+search+worker+script
513- [custom search]: ../../setup/setting-up-site-search.md#custom-search
514-
515508### Accurate highlighting
516509
517510Highlighting is the last step in the process of search and involves the
0 commit comments