You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customizing ExampleMatcher is a reasonable request. Introducing a strategy interface that creates ExampleMatcher would be my initial approach. I'm not quite sure about the context that we should provide to the method. I think something along the lines for an initial cut:
I have a GraphQLRepository that extends QueryByExampleExectutor
If I try to do a partial match on the book title no results come back. If I enter the full book title the results come back as expected.
I realize I can write a data fetcher for this but this:
But I would like a way to customize this so I can use a
StringMatcher.CONTAINING
and match on part of the book title.The text was updated successfully, but these errors were encountered: