This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Change the HasOrderLineWithProduct query specificiation to allow the StringComparisonType to be passed in #609
Labels
enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: