Skip to content

[kservicetypetrader] add fuzzyQuery method for Desktop Entries

Tomaz Canabrava requested to merge tcanabrava/kservice:add_fuzzy_search into master

The fuzzy query is based on the levhenstein's algorithm. it returns a delta on how different a string is from other string. if the delta is small, that means that the strings are "virtually the same" examples: firefux -> Firefox direfox -> Firefox

image

Merge request reports