Product search and filtering #10

Open
opened 2026-05-21 20:04:54 +00:00 by jmiller · 0 comments
Owner

Summary

Search and filter products on the frontend catalog.

Requirements

  • Text search by product label, ref, and description
  • Filter by category (multi-select)
  • Filter by price range
  • Sort by: price (asc/desc), name (A-Z), newest
  • Search uses Dolibarr API sqlfilters parameter
  • AJAX-powered filtering without full page reload

Acceptance Criteria

  • Search box filters products by text
  • Category filter narrows results
  • Price range slider/inputs work
  • Sort options functional
  • Results update without page reload
## Summary Search and filter products on the frontend catalog. ## Requirements - Text search by product label, ref, and description - Filter by category (multi-select) - Filter by price range - Sort by: price (asc/desc), name (A-Z), newest - Search uses Dolibarr API `sqlfilters` parameter - AJAX-powered filtering without full page reload ## Acceptance Criteria - [ ] Search box filters products by text - [ ] Category filter narrows results - [ ] Price range slider/inputs work - [ ] Sort options functional - [ ] Results update without page reload
jmiller added the priority/hightype/featurearea/frontendarea/products labels 2026-05-21 20:04:54 +00:00
Sign in to join this conversation.
Type Task
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoDoliJoomShop#10