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

fix(HelpdeskSearch): Add report to evaluate search and improvements with the same #1979

Merged
merged 10 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. fix(HelpdeskSearch): Search for substring instead of fuzzy

    Also return scores
    balamurali27 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    57892ed View commit details
    Browse the repository at this point in the history
  2. fix(HelpdeskSearch): Ignore ! and - in query

    Split query string correctly. Ignore long whitespace
    balamurali27 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3cea9f4 View commit details
    Browse the repository at this point in the history
  3. fix(HelpdeskSearch): Add more fallbacks

    - noun phrases
    - or queries (worst case)
    balamurali27 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a566ada View commit details
    Browse the repository at this point in the history
  4. fix(HelpdeskSearch): convert to lowercase before removing stopwords

    capitalized stopwords weren't being removed
    
    - Add more stopwords
    - Add brown corpora to get noun phrases
    balamurali27 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    69ec4d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8187f8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6073377 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ba371d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88ffc70 View commit details
    Browse the repository at this point in the history
  9. style: black + prettier

    balamurali27 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    304476d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3efd29f View commit details
    Browse the repository at this point in the history