-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Describe the bug
All products are not listed in the table of admin UI
Example: "2940" which is "| Great Value All Beef Meat Lasagna, 907 g | | 7.97 | 907 | g | f | 6000197484956 | https://www.walmart.ca/en/ip/Great-Value-All-Beef-Meat-Lasagna/6000197484957 | | 2024-03-17 15:41:37.645393 | 2024-03-17 15:41:37.645393 | {noodles} | https://i5.walmartimages.com/asr/d0cba543-dd15-434e-97b5-e2491359bb9b.75fb11d7963f6d1552556c7c8ec29f8e.jpeg?odnHeight=450&odnWidth=450&odnBg=ffffff"
existing in the database
When you search for a particular product, it does not show the product despite the product being present. These problems could be related.
To Reproduce
Steps to reproduce the behavior:
- Go to psql
- Search for select * from app.product where id=2940;
- You will see '2940 | Great Value All Beef Meat Lasagna, 907 g'
- Go to admin ui
- Search for the product 'Lasagna'. There are no search results
Expected behavior
All records in the database should appear in admin UI and the search should yield the results of the searched phrase if present.
Test Environment (please complete the following information):
- Browser and version [e.g. chrome, safari] Chrome
- Platform [e.g. IDE, docker-compose, QA site] QA site