Open
Description
The search results are not correct.
Steps to reproduce the behavior:
- Go to the docfx documentation : https://dotnet.github.io/docfx/index.html
- Do a search on the word "Permission".
- "Per" => Returns 4 results
- "Perm" => Returns 0 result
- "Permi" => Returns 0 result
- "Permis" => Returns 0 result
- "Permiss" => Returns 2 results
- "Permissi" => Returns 0 result
- "Permission" => Returns 2 results
=> The 2 results available in step 9 should be brought back systematically.
In addition, I sometimes get empty results even though the word is present in the index.json summary.
For example:
I enter SDK and get no results, even though the word appears in an article. The word can also be found in the index.json file.
- OS: Windows/Chrome
- Docfx version: 2.78.3
Metadata
Metadata
Assignees
Labels
No labels