Open Codehackerone opened 2 years ago
Is your feature request related to a problem? Please describe. There's a search box on 'all garages' page. The garages should be filtered according to text added.
Describe the solution you'd like Conditional Filtering using ajax
Get all html dom data and filter them accordingly using js inbuilt function (eg. Includes())....then performing data object manuplation accordingly.
Cool. Issue assigned.
Is your feature request related to a problem? Please describe. There's a search box on 'all garages' page. The garages should be filtered according to text added.
Describe the solution you'd like Conditional Filtering using ajax