Skip to content
Advertisement

Adding to select orderby or sortby filtering on search result Laravel

How do I add on select orderby sorting on search result please?

enter image description here laravel 5.8?

enter image description here

enter image description here

Advertisement

Answer

OK based on your comment I’ve updated my answer:

on the front end the select menu should update the url with the selected menu item, you can use a onchange to do this:

JavaScript

When selected will add ?sortBy= and the option selected to the url. or ?sortBy=rate

write your query but leave off the ->get() then you can chain additional options on when complete then terminate with ->get() or ->paginate()

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement