When sorting items using the drop down menu, the page resorts all the items instead of just sorting the existing list of items already returned from filtering by theme or searching the items.
[x] Troubleshoot issue
[x] It seems to be reloading the all_items view which doesn't have the value of the filtering/searching list
[x] Fix Issue
[x] Add the result to a variable
[x] Pass this back to the view when sorting, somehow?
When sorting items using the drop down menu, the page resorts all the items instead of just sorting the existing list of items already returned from filtering by theme or searching the items.