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): Improve search of knowledge base articles #1924

Merged
merged 13 commits into from
Aug 20, 2024

Conversation

balamurali27
Copy link
Contributor

@balamurali27 balamurali27 commented Aug 14, 2024

Before

image

After

image

To be done in UI

- [ ] Fix ticket id search Not doing this as it's too out of the way. Filter already exists for this anyway

  • Show headings instead of subject
  • Show description in search results. Render mark tags
  • Put # in url instead of %23
  • Replace the sql search in /my-tickets with HelpdeskSearch
  • Add permalinks to headings so urls will scroll to relevant section

balamurali27 and others added 10 commits August 14, 2024 12:44
- Search headings separately
- Reduce page length
- Change weights
- Summarize description in search results
- Change search algorithm to BM25. Seems to give better results
- Reduce fuzzyness as it seems to mess with accuracy for small words
  (ssh, site, row, etc)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@RitvikSardana RitvikSardana merged commit 8aa71cd into develop Aug 20, 2024
4 checks passed
@RitvikSardana RitvikSardana deleted the hd-search-fix branch December 10, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants