Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User is unable to search for orders in the "Completed" tab using the customer name. #505

Open
shubham-namdeo opened this issue Jan 30, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@shubham-namdeo
Copy link

shubham-namdeo commented Jan 30, 2025

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

@ymaheshwari1
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants