rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

new modifier: ContainsAnyOf #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
this could be useful. E.g.:

<<Series.ContainsAnyOf:Batman,Robin,Joker>> => <<SeriesGroup:Gotham>>

must be available for numerical and string type fields

Original issue reported on code.google.com by rainer.c...@googlemail.com on 25 Mar 2013 at 8:41

GoogleCodeExporter commented 9 years ago
I think this would be useful in making a rule like:

<<Publisher.ContainsAnyOf:A800A800, Bamboo, Carlsen Comics, Casterman, 
Cinebooks, Daedalus, Dargaud, Delcourt, Dupuis, Euro Comics, Glenat, Humanoids, 
Independent Publications, Le Lombard, Les Deux Royaumes, Silvester, Soleil>> => 
<<Format: Scanlation>> <<Genre.Add: Scanlation>>

Currently this rule spans several lines:

<<Publisher:A800>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Bamboo>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Carlsen Comics>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Casterman>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Cinebooks>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Daedalus>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Dargaud>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Delcourt>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Dupuis>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Euro Comics>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Glenat>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Humanoids>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Independent Publications>> => <<Format: Scanlation>> <<Genre.Add: 
Scanlation>>
<<Publisher:Le Lombard>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Les Deux Royaumes>> => <<Format: Scanlation>> <<Genre.Add: 
Scanlation>>
<<Publisher:Silvester>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>
<<Publisher:Soleil>> => <<Format: Scanlation>> <<Genre.Add: Scanlation>>

Original comment by 600WP...@gmail.com on 27 Mar 2013 at 5:17

GoogleCodeExporter commented 9 years ago
Definitely planned for 0.1.15 now.

Original comment by rainer.c...@googlemail.com on 28 Mar 2013 at 9:16

GoogleCodeExporter commented 9 years ago
should work in 0.1.15

Original comment by rainer.c...@googlemail.com on 1 Apr 2013 at 10:30

GoogleCodeExporter commented 9 years ago
fixed in 0.1.15 for string types

Original comment by rainer.c...@googlemail.com on 7 Apr 2013 at 8:52

GoogleCodeExporter commented 9 years ago

Original comment by rainer.c...@googlemail.com on 7 Apr 2013 at 8:53