gnome-software:2009-search-should-be-more-fuzzy-when-the-search-text-entered-contains-whitespace

Last commit made on 2023-08-24
Get this branch:
git clone -b 2009-search-should-be-more-fuzzy-when-the-search-text-entered-contains-whitespace https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
2009-search-should-be-more-fuzzy-when-the-search-text-entered-contains-whitespace
Repository:
lp:gnome-software

Recent commits

25280f1... by Milan Crha <email address hidden>

gs-app-query: Sanitize passed-in 'keywords' before using them

This removes trailing spaces and splits the passed-in 'keywords', if there
is only one keyword provided, thus the users of the GsAppQuery can just
use the split keywords, instead of duplicating the code for the split.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2009

249a887... by Vasil Pupkin <3abac@3a.by>

Update Belarusian translation

177119f... by Piotr Drąg

Update Polish translation

9fe3cc7... by Fran Diéguez

Update Galician translation

5f28e2a... by Philip Withnall

Merge branch '2254-combine-multiple-search-file-transactions-in-gs_plugin_packagekit_refine_async' into 'main'

Resolve "Combine multiple search-file transactions in gs_plugin_packagekit_refine_async()"

Closes #2254

See merge request GNOME/gnome-software!1752

3a35882... by Milan Crha <email address hidden>

packagekit: Skip "search_files" during "refine" for apps in "resolve_list"

The search_files_cb() only calls gs_plugin_packagekit_set_metadata_from_package(),
which is called on other places as well, notably for the apps in the "resolve_list",
thus it's safe to skip the search by files when already resolving the app.

Related to https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2254

a7f2ebe... by Milan Crha <email address hidden>

packagekit: Call "search_files" in a batch within "refine" if possible

Gather all the apps in the refine request with a known package name
into a single "search_files" call to make it improve performance.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2254

2209b7a... by Fran Diéguez

Update Galician translation

23a20e6... by Danial Behzadi

Update Persian translation

eb26f31... by Philip Withnall

Merge branch '2143-assertion-failure-on-quit-in-gs_job_manager_dispose' into 'main'

Resolve "Assertion failure on --quit in gs_job_manager_dispose()"

Closes #2143

See merge request GNOME/gnome-software!1717