Search with special characters #2562
Answered
by
squidfunk
mikkvitchko
asked this question in
Q&A
-
Not sure if it is relevant, please redirect me if not . Search doesn't work for terms starting from "@". For example search for "support@" - works (finds "[email protected]"), but search for "@path" - doesn't (search for "PATH" finds pages with "@path" just fine). Is there a way to correct this behavior? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Apr 14, 2021
Replies: 1 comment 1 reply
-
The search is implemented with Lunr.js, and theoretically, you could add a custom pipeline to expand the whole email address as described in their docs. You could fork Material for MkDocs to add custom pipeline functions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mikkvitchko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The search is implemented with Lunr.js, and theoretically, you could add a custom pipeline to expand the whole email address as described in their docs. You could fork Material for MkDocs to add custom pipeline functions.