We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#360 Search file configuration
I want to have a configuration to including all files in search result.
See title.
{ search : [ + '/', // => /README.md + '/zh-cn', // => all the files in /zh-cn folder + '/us-en/a*' // => all the files that name start with 'a' ] }
The text was updated successfully, but these errors were encountered:
If you don't use auto mode, you need to manually define the paths you need to search for in search.paths.
If you need to support searching content in multiple languages at the same time, it needs to be added to the sidebar in order to generate an index.
The search starts with a certain character and specifies a directory, which is not currently planned to be supported.
Sorry, something went wrong.
No branches or pull requests
Feature request
#360 Search file configuration
Problem or desire
I want to have a configuration to including all files in search result.
Proposal
See title.
Implementation
The text was updated successfully, but these errors were encountered: