Change the HasOrderLineWithProduct query specificiation to allow the StringComparisonType to be passed in #660
redmorello
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current implementation of HasOrderLineWithProduct only allows the user to search for exact matches of searchTerm vs product reference / SKU.
It would be useful if we could pass in the type of comparison to allow either .Equals or .Contains or .StartsWith etc
Beta Was this translation helpful? Give feedback.
All reactions