grandnode / grandnode2

Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
https://grandnode.com/
GNU General Public License v3.0
1.06k stars 435 forks source link

Search with OrderNumber field is not supported currently ( GetOrderQueryHandler not supported with OrderNumber ) #405

Open SunilParisi123 opened 1 year ago

SunilParisi123 commented 1 year ago

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.

SunilParisi123 commented 1 year ago

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).