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
For example, user may type "Error" instead of "Exception". In that case, it would be good to also find the "Exception" in filter results.
We can simply add optional "keywords" definition to an item on the navigation tree.
Example:
{ "text": "Exception Handling", "path": "framework/fundamentals/exception-handling.md", "keywords": ["Error", "Another Value"] }
We may define more than one keyword in the array as shown above. Then "filtering" will also consider these keywords.
This will be done in the docs module.
The text was updated successfully, but these errors were encountered:
realLiangshiwei
No branches or pull requests
For example, user may type "Error" instead of "Exception". In that case, it would be good to also find the "Exception" in filter results.
We can simply add optional "keywords" definition to an item on the navigation tree.
Example:
We may define more than one keyword in the array as shown above. Then "filtering" will also consider these keywords.
This will be done in the docs module.
The text was updated successfully, but these errors were encountered: