Merge lp://staging/~jeremy-munsch/synapse-project/improved-search2 into lp://staging/synapse-project

Proposed by Jeremy Munsch
Status: Needs review
Proposed branch: lp://staging/~jeremy-munsch/synapse-project/improved-search2
Merge into: lp://staging/synapse-project
Diff against target: 179 lines (+104/-2)
2 files modified
src/core/desktop-file-service.vala (+56/-0)
src/plugins/desktop-file-plugin.vala (+48/-2)
To merge this branch: bzr merge lp://staging/~jeremy-munsch/synapse-project/improved-search2
Reviewer Review Type Date Requested Status
Rico Tzschichholz Pending
Review via email: mp+279448@code.staging.launchpad.net

Description of the change

* Add minimum MatchScore for given regex match : Using fuzzy only on title only
* Add Caseless Regex Compile Flag
* Add search in description, keywords, generic name, categories
* Comptes proportionnal relevancies for less valuable matches (categories, etc..)

For generic_name and keywords, it checks if locale is different than eng strings.
If so it takes the locale ones and add them to the english ones.
If not, it uses SUPPORTED_GETTEXT_DOMAINS_KEYS to add the available translations without any check though.

I believe I checked all I could to be compliant.

To post a comment you must log in.

Unmerged revisions

637. By Jeremy Munsch

* Add minimum MatchScore for given regex match : Using fuzzy only on title only
* Add Caseless Regex Compile Flag
* Add search in description, keywords, generic name, categories
* Comptes proportionnal relevancies for less valuable matches (categories, etc..)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.