Skip to content

[Bug] Inconsistent search #10560

Open
Open
@cdervout

Description

@cdervout

The search results are not correct.

Steps to reproduce the behavior:

  1. Go to the docfx documentation : https://dotnet.github.io/docfx/index.html
  2. Do a search on the word "Permission".
  3. "Per" => Returns 4 results
  4. "Perm" => Returns 0 result
  5. "Permi" => Returns 0 result
  6. "Permis" => Returns 0 result
  7. "Permiss" => Returns 2 results
  8. "Permissi" => Returns 0 result
  9. "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.

Image

Image

Image

  • OS: Windows/Chrome
  • Docfx version: 2.78.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions