Skip to content
New issue

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

Fuzzy search hits user feedback #123

Open
sblack-usu opened this issue Jan 30, 2024 · 0 comments
Open

Fuzzy search hits user feedback #123

sblack-usu opened this issue Jan 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sblack-usu
Copy link
Contributor

Describe the feature you'd like and what it will do
We turned off fuzzy search in discovery results because it wasn't clear to users what was happening. We currently have a search endpoint that includes feedback to describe which terms had fuzzy matches and what those matches are. The UI could be updated to use this endpoint and give user feedback on what the fuzzy matches were.

Why is this feature important?
If we don't want to turn on fuzzy search then we don't need it.

Additional context
Searching with BAD Czzo, dfh results in

  "fuzzy_search_terms": {
    "Czzo": [
      "czo",
      "cczo"
    ],
    "BAD": [
      "add",
      "radiation",
      "bacon",
      "basin"
    ]
  }

A UI could be built to show that Czzo matched czo and cczo, allowing the user to refine their search with the intended term.

@Maurier Maurier self-assigned this Aug 27, 2024
@Maurier Maurier added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants