Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search #134

Closed
branfosj opened this issue Apr 3, 2023 · 1 comment
Closed

Search #134

branfosj opened this issue Apr 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@branfosj
Copy link
Member

branfosj commented Apr 3, 2023

A page can be boosted in the search by adding YAML:

---
search:
  boost: 2 
---

Similarly, that can be boost: 0.5 to down rank a page.

Also, experimental support for excluding a page from the search:

---
search:
  exclude: true
---

or a section:

## Section 2 { data-search-exclude }

These are all from https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/

@branfosj
Copy link
Member Author

branfosj commented Jun 7, 2023

closed by #159

with follow up of #172

@branfosj branfosj closed this as completed Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant