-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Description:
The current search functionality in search.php is basic and does not support filtering options. Enhancing it with advanced filters will help users find dishes more efficiently based on their preferences.
Tasks:
Add filter Options for:
- Cuisine type (e.g., Italian, Chinese, Indian)
- Price range (e.g., low to high, high to low)
- Dietary preference (Veg / Non-Veg)
- Modify the backend query logic to handle multiple filters simultaneously.
- Update the frontend UI to include filter dropdowns or checkboxes.
- Ensure proper validation and no duplicate or irrelevant results.
- Test functionality for performance and accuracy.
Expected Outcome:
Users can refine their search results based on cuisine, price, and dietary preferences, leading to a more personalized and efficient search experience.
Labels:
enhancement, wocs, level2