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

Pool: Replace Opensearch with Database fuzzysearch on Business Partner Names #520

Closed
2 tasks
nicoprow opened this issue Oct 12, 2023 · 0 comments · Fixed by #526
Closed
2 tasks

Pool: Replace Opensearch with Database fuzzysearch on Business Partner Names #520

nicoprow opened this issue Oct 12, 2023 · 0 comments · Fixed by #526
Assignees
Labels
enhancement New feature or request

Comments

@nicoprow
Copy link
Contributor

Currently, we use Opensearch for searching legal entities and addresses based on name. This is a bit overblown for such a simple feature. Instead we could search on the database instead without introducing such a big separate component.

The database search should be a simple fuzzy search and rank the returned business partners based on distance.

Tasks

  • Replace legal entity name search on Opensearch with database fuzzy search
  • Replace address name search on Opensearch with database fuzzy search
@nicoprow nicoprow added enhancement New feature or request Pool labels Oct 12, 2023
@nicoprow nicoprow moved this to New in BPDM Kanban Oct 12, 2023
@SujitMBRDI SujitMBRDI self-assigned this Oct 13, 2023
@SujitMBRDI SujitMBRDI moved this from New to 📋 Backlog in BPDM Kanban Oct 13, 2023
@SujitMBRDI SujitMBRDI moved this from 📋 Backlog to 🔖 Ready in BPDM Kanban Oct 13, 2023
@SujitMBRDI SujitMBRDI moved this from 🔖 Ready to 🏗 In progress in BPDM Kanban Oct 13, 2023
@SujitMBRDI SujitMBRDI moved this from 🏗 In progress to 👀 In review in BPDM Kanban Oct 19, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in BPDM Kanban Oct 23, 2023
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
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants