-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sort order to tag entry #362
base: master
Are you sure you want to change the base?
Conversation
2bc9699
to
a5d1a2c
Compare
a5d1a2c
to
da513f0
Compare
4e1afe0
to
ffb484f
Compare
Could the same "history" based ordering of the Results list be an additional method to A-Z and Z-A sort? Might feel best to have history per tag vs using global results history so each tag can adapt independently. |
You can see in the changes that there are more than those sorting methods I'll update the checklist with per-tag history. But I don't think I understand what the difference is between per tag vs global results history. |
Per tag would just consider rank of the items in that tag by how you click on them from that tag. For instance, if i go to my health/safety manually it is likely for zood or airguard, but in my global, i would hit fitbit more often. |
Currently I don't have that information. I just know what the query was when you clicked. I think it's possible to add the currently displayed tag, I'll have to look into it. |
d72f412
to
950a053
Compare
950a053
to
29fb2f7
Compare
29fb2f7
to
b704bc7
Compare
ModProvider was not finding the renamed tags because it was doing it on the loading thread
use stream instead of multiple iterations
75acf9f
to
8a69b6b
Compare
fix #335
TagSortEntry
id