mkdocs-exclude
mkdocs-exclude copied to clipboard
Using exclude plugin removes search
Hi! I found this plugin great, but when including it it removes the search field from menu
With plugin:

without plugin:

Running: mkdocs -V mkdocs, version 1.2.1 from ~/.local/lib/python3.8/site-packages/mkdocs (Python 3.8)
Thanks, Matías.
I have the same issue....
Did you try adding the search plugin explicitly ? I think what happens is by default with no plugins declared search is enabled by default, when adding a plugin section you need to explicitly declare it.
@natcl thanks that works:
plugins:
- search: {}
- exclude:
glob:
- draft/*