friedow / centerpiece

Your trusty omnibox search.
MIT License
174 stars 6 forks source link

🐛 fix initial sorting in a bunch of plugins #129

Closed friedow closed 2 months ago

friedow commented 2 months ago

This sorts entries in the following plugins after they are updated:

This fixes the initial sorting on those plugins. Furthermore, this removes the unnecessary sorting on an empty query and it fixes lower vs uppercase sorting problems.

This fixes #122.