File: BACKEND/controllers/product.controller.js (lines 378-379)
Severity: HIGH
Problem: Product.find({ name: regex }) has no isDeleted filter. Soft-deleted products appear in search results.
Fix: Add isDeleted filter to the query, consistent with getProducts.
File: BACKEND/controllers/product.controller.js (lines 378-379)
Severity: HIGH
Problem: Product.find({ name: regex }) has no isDeleted filter. Soft-deleted products appear in search results.
Fix: Add isDeleted filter to the query, consistent with getProducts.