Skip to content

Conversation

@mocca102
Copy link
Contributor

filterMatchTypesKey

  • ConstructorIO
    • BrowseRequest
      • BrowseRequestTest
      • ConstructorIOBrowseTest
    • BrowseItemsRequest
      • ConstructorIOBrowseItemsTest
      • BrowseItemsRequestTest

@mocca102 mocca102 requested a review from a team September 12, 2024 19:04
Copy link
Contributor

@stanlp1 stanlp1 left a comment

Choose a reason for hiding this comment

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

LGTM!. One small comment on possibly something else to check in the test, there are some lint issues, but otherwise 🚀

assertTrue("browse result id exists", response.getResultId() != null);
assertTrue("request exists", response.getRequest() != null);
assertTrue("browse results exist", response.getResponse().getResults().size() >= 0);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we check the request returned in the response, make sure filter_match_types is there?

Copy link
Contributor

@jjl014 jjl014 left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀 Thank you for updating the tests!

@jjl014 jjl014 merged commit 285293a into master Oct 10, 2024
@jjl014 jjl014 deleted the ci-3819-java-sdk-adding-support-for-filter_match_type-in-query branch October 10, 2024 21:35
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.

4 participants