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
We have a requirement where we wanted to show the Orders of a customer and wanted to filter them based on order number. Currently the GetOrderQueryHandler not supporting it and needs to be extended.
The text was updated successfully, but these errors were encountered:
When we want to Filter the orders using OrderNumber (which customers will be aware of mainly) and this is not part of the search handler. When customer is having multiple orders and want to filter that using OrderNumber currently it's not supported in Order Service (GetOrderHandler).
We have a requirement where we wanted to show the Orders of a customer and wanted to filter them based on order number. Currently the GetOrderQueryHandler not supporting it and needs to be extended.
The text was updated successfully, but these errors were encountered: