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

Search engine doesn't work correctly for some cases #11517

Closed
kirillbartosh opened this issue May 10, 2023 · 2 comments
Closed

Search engine doesn't work correctly for some cases #11517

kirillbartosh opened this issue May 10, 2023 · 2 comments
Assignees
Labels

Comments

@kirillbartosh
Copy link

It impacts UI search bar of OpenMetadata released version 1.0.0

It reproduces while searching on keywords with "-" symbol. The system trim only first part of the request which cause significally more results of search. Example : when i try to search text "CR-11662" the system trims "-11662" and output all results which start from "CR"

Expected behavior
I expect that system filters values on my exact input and not to return similar values (eg. on the screenshot wrong value CR-13794)

Version:

  • OS: windows 10
  • Python version: NA
  • OpenMetadata version: 1.0.0
  • OpenMetadata Ingestion package version: NA

Additional context
Add any other context about the problem here.
scr2023-05-09 124219

@kirillbartosh kirillbartosh changed the title Search engine for some cases doesn't work correctly Search engine doesn't work correctly for some cases May 12, 2023
@kirillbartosh
Copy link
Author

The problem here is not in the yellow highlighter of the results. But in the relevancy of the results. As you can see there are no matches on the first page with my key word "CR-11662" and there is 18 pages which i should review to distinct all matches which I need.
image

@harshach
Copy link
Collaborator

harshach commented Oct 2, 2023

This is fixed in main and will be part of 1.2

@harshach harshach closed this as completed Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants