Search for iOS and Android inside the same docsify server #2091
Unanswered
adriandev78
asked this question in
Q&A
Replies: 1 comment
-
You should use the search plugin's pathNamespaces option. Here is an example: `// Docsify
... Basically, Docsify will create multiple indexes for each search context (iOS, Android in your case) based on the prefixes specified in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently trying to make search work withing a docsify setup which look like this:
-- docsify
I'de like to configure search so that when I'm viewing the iOS/Android folders, it only search inside the respective directory.
When I'm viewing the root README.md from above, I'd like search to only work for files on that respective level (no iOS / Android folder .mds related results).
Is this possible with the current plugin ? And if not, is it easy to develop some custom functionality for the existing plugin to be able to achieve something like this ?
Any hints and ideas are highly appreciated,
Beta Was this translation helpful? Give feedback.
All reactions