As a developer
I need test if UI query functionality works fine even when users use it incorrectly
So that the service wont crash
Details and Assumptions
Acceptance Criteria
Given some orders
When user search an order by fields that are not `status` nor `customer_id`
Then i should see `Only support Customer_id and Status query`
As a developer I need test if UI query functionality works fine even when users use it incorrectly So that the service wont crash
Details and Assumptions
Acceptance Criteria