Issues with Substring Search in MkDocs Material #8255
-
Hello, Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @Nockkk, Please read the following references: Since the code related to search is currently stale, if you can't wait any longer for the new search implementation, then you could try to hack the lunr.js / bundle.js with a hook similar to this case, or create a fork of the theme with custom TypeScript implementation. |
Beta Was this translation helpful? Give feedback.
Hello @Nockkk,
I believe that lack of "hyphen" support is still not resolved,
Please read the following references:
Since the code related to search is currently stale, if you can't wait any longer for the new search implementation, then you could try to hack the lunr.js / bundle.js with a hook similar to this case, or create a fork of the theme with custom TypeScript implementation.