Frequency based ranking for launcher results #10

Open
opened 2026-07-02 01:48:10 +00:00 by javif89 · 1 comment
Owner

Currently there is no relevancy based ranking for results. We should implement a way to track a user's most used items so that when searched for, they come up first, not just based on alphabetical ordering

Currently there is no relevancy based ranking for results. We should implement a way to track a user's most used items so that when searched for, they come up first, not just based on alphabetical ordering
xbazzi self-assigned this 2026-07-03 03:21:07 +00:00
javif89 added this to the v1.1.0 milestone 2026-07-03 03:21:24 +00:00
Author
Owner

We should definitely try to have some combination of "times selected" and "most recently selected". Just sorting based on times clicked is not quite enough for good relevancy ranking since someone could open an item 100 times in a month, then not touch it again for several months.

We'll have to figure out how to keep track of this in the database, and how to do it in a way that won't impact performance. Though if we do it in the long running background process it should be fine.

We should definitely try to have some combination of "times selected" and "most recently selected". Just sorting based on times clicked is not quite enough for good relevancy ranking since someone could open an item 100 times in a month, then not touch it again for several months. We'll have to figure out how to keep track of this in the database, and how to do it in a way that won't impact performance. Though if we do it in the long running background process it should be fine.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
waycasthq/waycast#10
No description provided.