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

(feat)(Business Glossary) added field level glossary terms #3048

Merged
merged 3 commits into from
Aug 16, 2021

Conversation

saxo-lalrishav
Copy link
Contributor

@saxo-lalrishav saxo-lalrishav commented Aug 6, 2021

Checklist

@saxo-lalrishav saxo-lalrishav changed the title (feat) added field level glossary terms (feat)(Business Glossary) added field level glossary terms Aug 6, 2021
Copy link
Contributor

@gabe-lyons gabe-lyons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good news: elasticsearch supports OR queries:

https://demo.datahubproject.io/search/?page=1&query=covid_19_geographic_distribution_worldwide%20OR%20excess_deaths

This means you can keep it as a single query and OR your two clauses together

@gabe-lyons
Copy link
Contributor

@saxo-lalrishav does the use of OR to combine the two queries into one make sense on your side?

@saxo-lalrishav
Copy link
Contributor Author

Yes, that looks good, thanks for the reference.
will update the PR

filteredSearchResult[type] = entitySearchResult[type].data?.search?.searchResults;
filteredSearchResult[type] = entities;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this change intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, just wanted to reuse the variable
hope it will not result in any issue,

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah i see now- makes sense!

Copy link
Contributor

@gabe-lyons gabe-lyons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@shirshanka shirshanka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@shirshanka shirshanka merged commit 9cbc147 into datahub-project:master Aug 16, 2021
rahulbsw pushed a commit to rahulbsw/datahub that referenced this pull request Sep 2, 2021
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.

3 participants