You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the food data page you can sort the list of foods by the different columns by clicking on the header. For example clicking on the "name" header sorts the list by name.
When clicking on the "label" header the list is sorted by presence of a label, e.g. the foods with a label are at the top and the ones without are at the bottom or vice versa. However the foods with a label are not sorted by that label, but instead alphabetically by the name column.
I expected sorting by label to group all foods with the same label together, e.g. sorting alphabetically by the label name.
Steps to Reproduce
Go to the "manage data" page and select the "foods" data in the dropdown.
Click the "label" header to sort the table by label
Observe that foods with the same label are not grouped together by the sorting
First Check
What is the issue you are experiencing?
On the food data page you can sort the list of foods by the different columns by clicking on the header. For example clicking on the "name" header sorts the list by name.
When clicking on the "label" header the list is sorted by presence of a label, e.g. the foods with a label are at the top and the ones without are at the bottom or vice versa. However the foods with a label are not sorted by that label, but instead alphabetically by the name column.
I expected sorting by label to group all foods with the same label together, e.g. sorting alphabetically by the label name.
Steps to Reproduce
Please provide relevant logs
N/A
Mealie Version
v2.3.0
d6de0d0
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: