[Ml-yokadi] negative keyword filtering (was Re: feature request)

Sébastien Renard Sebastien.Renard at digitalfox.org
Tue Oct 27 09:00:49 CET 2009


Le vendredi 23 octobre 2009 19:40:03, Sébastien Renard a écrit :
> Another idea is to create a class "KeywordFilter".

Ok, I have a basic working implementation in negativeKeyword branch.

you can do some funny things like : 
t_list myproject !@keyword1
t_list myproject !@keyword1 @keyword2

The keyword value part is done done but in progress.

A good side effect is that now keyword filtering is done on database side, no 
more with dict manipulation in t_list.
do_t_list is much more simplier now. But we could achieve a more factroized 
code between project grouping and keyword grouping block.

I keep that in a separate branch for now. We may want to make a release before 
don't we ?

-- 
Sébastien


More information about the Ml-yokadi mailing list