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(search): tags with colons exercises search with urns, must follow… #7602

Merged
merged 4 commits into from
Mar 20, 2023

Conversation

david-leifker
Copy link
Collaborator

… fulltext

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added the product PR or Issue related to the DataHub UI/UX label Mar 15, 2023
@@ -24,6 +24,8 @@ public com.linkedin.metadata.query.SearchFlags apply(@Nonnull final SearchFlags
com.linkedin.metadata.query.SearchFlags result = new com.linkedin.metadata.query.SearchFlags();
if (searchFlags.getFulltext() != null) {
result.setFulltext(searchFlags.getFulltext());
} else {
result.setFulltext(true);
Copy link
Collaborator

Choose a reason for hiding this comment

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

when do we not want to use fulltext?

import static com.linkedin.datahub.graphql.TestUtils.getMockAllowContext;


public class SearchResolverTest {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you!!!!

Copy link
Collaborator

@jjoyce0510 jjoyce0510 left a comment

Choose a reason for hiding this comment

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

Overall LGTM. Huge thank you for adding the SearchResolver unit test- long overdue!

@vercel
Copy link

vercel bot commented Mar 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
docs-website ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 9:13PM (UTC)

@vercel vercel bot temporarily deployed to Preview March 20, 2023 21:13 Inactive
@david-leifker david-leifker merged commit a27f82c into datahub-project:master Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product PR or Issue related to the DataHub UI/UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants