[Rigo] add "in:exact" command to allow users to match packages, use it for lts kernels

This commit is contained in:
Fabio Erculiani
2013-12-06 15:57:45 +01:00
parent b7eeb5ce8a
commit ecb0914084
@@ -171,6 +171,8 @@ class ApplicationsViewController(GObject.Object):
search_cmd, search_args = split_text[0], split_text[1:]
sort = False
show_exact = search_cmd == ApplicationsViewController.SHOW_EXACT_MATCH
with self._entropy.rwsem().reader():
matches = []
use_fallback = True