20-05-2017, 11:42
So SongKong has an IS_CLASSICAL field that is set to 1 or 0.
If I just add to indexTags
the value
is_classical:IsClassical
then user can click on this and it presents a 0 and 1 folder so they can view nonClassical/Classical releases but is ugly viewing the zero and one folder
So I do is_classical=1:IsClassical so you can directly browse classical without the intermediate step. But I want to be able to browse non classical but if I do
is_classical=1:IsClassical, is_classical=0:IsNonClassical
it fails with 'duplicate index tagname 'is classical'
Is there a way round this ?
If I just add to indexTags
the value
is_classical:IsClassical
then user can click on this and it presents a 0 and 1 folder so they can view nonClassical/Classical releases but is ugly viewing the zero and one folder
So I do is_classical=1:IsClassical so you can directly browse classical without the intermediate step. But I want to be able to browse non classical but if I do
is_classical=1:IsClassical, is_classical=0:IsNonClassical
it fails with 'duplicate index tagname 'is classical'
Is there a way round this ?