Skip to content
Discussion options

You must be logged in to vote

Thanks for creating this discussion!

  1. Search is implemented with lunr.js which includes a stop word filter for most languages (see GitHub search on the lunr-languages repository). While this is configurable, Material for MkDocs, by default, adds the stopword filter to the search pipeline:

    "search.config.pipeline": "trimmer, stopWordFilter",

    You can override the behavior by using theme extension (see docs) and removing the stopWordFilter from the partial.

  2. That should be possible. You can create an issue for filtering stopwords from the missing section.

  3. Normally, lunr.js does an OR search and will rank …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bradumbaugh
Comment options

@bradumbaugh
Comment options

Answer selected by bradumbaugh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants