On Mon, 2010-02-08 at 10:14 -0500, Seth Vidal wrote:

> why will callers want to be able to search just name/summary?
> 
> Right now we're searching name/summary/description - do we really have 
> callers who want to be more ornate or narrow? I guess I just don't see it.

 Eg. packagekit does:

    def search_name(self, filters, values):
...
        searchlist = ['name']
...
                res = self.yumbase.searchGenerator(searchlist, values)

...I'd also like the ability to turn it off/on, as with
summary/description (when I eventually do some GUI stuff -- ha).

_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to