MauW4r3 / anymemo

Automatically exported from code.google.com/p/anymemo
GNU General Public License v2.0
0 stars 1 forks source link

Choose more than one category at the same time #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the feature you want?
I have several db with many (>40) categories, some of the categories consisting 
sometimes ot not more than 20-30 entries.
Sometimes I would like to filter for more than one category.
Let's say I would like to learn the vocabulary of the categories "house" and 
"garden" together ...
At the moment I can choose only one category at the same time. Am I wrong?

How important is it to you?
Quite

Do you think other people also want this feature and why?
I guess so ...

Original issue reported on code.google.com by e.na...@gmail.com on 3 Aug 2012 at 3:36

GoogleCodeExporter commented 8 years ago
In the current database format, it is very hard to support multiple categories. 
But I think it is still a nice feature to have. But comparing the benefit and 
the work needs to be done, it is not quite worthy now. Maybe it can be done 
next time I will do a major rework of the db format.

Original comment by mrlhwlib...@gmail.com on 3 Aug 2012 at 7:50

GoogleCodeExporter commented 8 years ago
Thanks Liberty for your response.
I agree, effort and benefits need to be at least ballanced.
Therefore I will wait :-) .
Ernst 

Original comment by e.na...@gmail.com on 4 Aug 2012 at 10:20

GoogleCodeExporter commented 8 years ago
One more vote for this.

Original comment by MatiasLa...@gmail.com on 10 Feb 2013 at 11:23

GoogleCodeExporter commented 8 years ago
Issue 198 has been merged into this issue.

Original comment by mrlhwlib...@gmail.com on 6 Apr 2013 at 7:54

GoogleCodeExporter commented 8 years ago
Issue 198 has been merged into this issue.

Original comment by mrlhwlib...@gmail.com on 6 Apr 2013 at 7:54

GoogleCodeExporter commented 8 years ago
Wildcard match would be useful here. I think that's how previous versions of 
Anymemo did it. For example, I have many categories ordered in a hierarchy:

french.vocab
french.phrases
french.grammar
french.conjugations

Now if there was some way to specify "french.*" in the filter that would be 
perfect. All that would mean is changing the SQL query to LIKE instead of =

Original comment by rogerkea...@gmail.com on 12 Dec 2013 at 10:46