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
The user is unable to search for orders in the "Completed" tab using the customer name. When attempting to search, no results are returned, even though the customer name is associated with an order that is in the "Completed" status.
Expected behavior
The search functionality should return the order(s) associated with the searched customer name in the "Completed" tab.
Steps to reproduce the issue
Log in to the application using valid user credentials.
Select a facility from settings for which the orders are present in completed tab.
Navigate to the completed tab.
Attempt to search the order using customer name.
Observe the issue.
On searching we search on productId productName virtualProductName orderId productSku customerId customerName search_orderIdentifications goodIdentifications, but on completed tab we fetch the records from ORDER doc and the order doc contains customerPartyName, search_customerPartyName and not customerName resulting in search not working on customer name in completed tab.
Current behavior
The user is unable to search for orders in the "Completed" tab using the customer name. When attempting to search, no results are returned, even though the customer name is associated with an order that is in the "Completed" status.
Expected behavior
The search functionality should return the order(s) associated with the searched customer name in the "Completed" tab.
Steps to reproduce the issue
Log in to the application using valid user credentials.
Select a facility from settings for which the orders are present in completed tab.
Navigate to the completed tab.
Attempt to search the order using customer name.
Observe the issue.
Environment details
App version : v3.3.0
App environment : UAT
Additional information
https://jam.dev/c/56e05c45-6b80-4a34-9286-b2ba7c3fde50
The text was updated successfully, but these errors were encountered: