Skip to content
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

Implement action search #8

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Implement action search #8

merged 1 commit into from
Jul 21, 2024

Conversation

ernestask
Copy link
Owner

This commit ditches g_desktop_app_info_search() with a modified copy of the search code in order to support searching for actions in desktop entries. That additionally required implementing own sorting, which currently is based on the specificity of the match type (e.g. name ranks above display name and keywords and so on) and whether we’ve prefix-matched.

Resolves #5.

This commit ditches g_desktop_app_info_search() with a modified copy of
the search code in order to support searching for actions in desktop
entries. That additionally required implementing own sorting, which
currently is based on the specificity of the match type (e.g. name ranks
above display name and keywords and so on) and whether we’ve
prefix-matched.

Resolves #5.
@ernestask ernestask merged commit 7f1cbb8 into master Jul 21, 2024
1 check passed
@ernestask ernestask deleted the wip/ernestask/actions branch July 21, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement desktop actions
1 participant