workarea-commerce / workarea

Workarea is an enterprise-grade Ruby on Rails commerce platform
https://www.workarea.com
Other
326 stars 66 forks source link

Fix wrong sorting on default admin index pages #487

Closed bencrouse closed 4 years ago

bencrouse commented 4 years ago

The query for an admin index page can end up inadvertantly introduce a scoring variation, which can cause results to not match the updated_at default sort.

This makes updated_at the true default sort, and allows the general admin search to override, where _score is still the desired default sort.