Comment 10 for bug 509389

Revision history for this message
X (u78qir8a9-deactivatedaccount) wrote : Re: [Bug 509389] Re: Sort plugins by categories in the preferences window

2010/1/24, Karol Będkowski <email address hidden>:
> I have fixed problem with encoding. Also I have added score limit to
> description.
> All in one patch attached, also on my "preferences-plugin_filter" branch on
> github.
>
> Karol
>
> ** Attachment added: "bug509389_filter_plugins.patch"
> http://launchpadlibrarian.net/38329485/bug509389_filter_plugins.patch
>
> ** Changed in: kupfer
> Status: Confirmed => In Progress

I have pushed a commit to master constructed out of patches. I changed
to use the s_ and us_ syntax (just to try it), and moved the .lower()
from the catalog string to the filter/query string. I also added
matching against the "folded" version of the name (folded = removal of
composed characters) so that we match dokumentow to dokumentów, but no
such matching is done for description ATM.

Thank you!
Hopefully this is going to work out fine without bugs