Skip to content

Category filters show irrelevant results due to missing/incorrect product mapping #2661

@srinija592

Description

@srinija592

Description:

When applying category filters (e.g., Art Supplies, Health Supplements, etc.), the filter works, but the displayed products are not related to the selected category. This happens because the product catalog does not contain properly categorized products for these filters.

Steps to Reproduce:

Go to https://vigy-bag.vercel.app/

Apply filters such as Art Supplies or Health Supplements.

Observe that products unrelated to those categories are shown.

Expected Behavior:

Each filter should display only products relevant to its category.

Actual Behavior:

Irrelevant products are displayed because related products are not present in the database/catalog.

Root Cause (Likely):

Product data is incomplete or incorrectly mapped to categories.

Example: Art Supplies category has no matching products in the dataset, so unrelated ones are shown.

Suggested Fix:

Add/update the product catalog to include relevant items for each category.

Verify that products are correctly mapped to their category IDs/tags.

After updating product data, re-test filters to ensure correct behavior.

Metadata

Metadata

Assignees

Labels

2⭐⭐Moderate task, needs some coding knowledge & problem-solving.OSCIgood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions