Replies: 3 comments 1 reply
-
Theoretically, yes, we're using the same logic for our icon search. However, the behavior is fundamentally different from the document search, and I'm not sure how both should co-exist. if you want to see this in Material for MkDocs, a next step would be to write a detailed proposal/draft how you'd expect this to work and how it would integrate with existing features. |
Beta Was this translation helpful? Give feedback.
-
Maybe a small step would be to include tokens from I created a page called That's probably reasonable given the word wasn't in the body, however, boosting tokens from the file path and file name in search results would be consistent with how Google SEO works. Having the word in the filename would be a strong relevance indicator. I had a look at search/_/index.ts but haven't yet worked out if there is an easy way to include filename and filepath in the index. |
Beta Was this translation helpful? Give feedback.
-
Note that we're actively considering adding this functionality as part of the new search |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm used to opening my markdown files in bash, VSCode, Obsidian using a fuzzy finder on the file path and name.
For example, I could usually find:
with:
I noticed MkDocs search doesn't seem to support this? Am I missing something? My fingers are used to using this to access files.
Beta Was this translation helpful? Give feedback.
All reactions