solankisandeepsingh / urban_grocery_new

0 stars 1 forks source link

"No Product Found" Message Displayed Incorrectly for Different Search Combinations #48

Open ganeshgadekar opened 1 year ago

ganeshgadekar commented 1 year ago

Description: In the current version of the grocery app, a critical bug exists where the "No Product Found" message is being incorrectly displayed even when users perform different search combinations that should yield search results. The app is providing a misleading message, causing confusion and an inaccurate representation of the available products.

Steps to Reproduce:

  1. Launch the grocery app.
  2. Navigate to the search functionality.
  3. Perform various search queries with different combinations of keywords that should return valid search results.
  4. Observe that the "No Product Found" message is displayed despite the presence of relevant products.

Expected Behavior: The "No Product Found" message should only be displayed when users perform search queries that do not match any products in the database. For search combinations that should yield results, the app should correctly display the relevant products.

Actual Behavior: Even when users perform search combinations that should produce valid search results, the app incorrectly displays the "No Product Found" message. This issue is leading users to believe that there are no relevant products available, even though they should be present.

Screenshot:-

Image