handle /NOT/foo/OR/bar
[id3fs.git] / lib / ID3FS / Path.pm
index 0326af6..5a5c10e 100644 (file)
@@ -363,6 +363,8 @@ sub parse
     $self->{tagtree}=$self->elements_to_tree(\@elements);
     if($self->{tagtree})
     {
+#      use Data::Dumper;
+#      print Dumper $self->{tagtree};
 #      my ($conditions, @joins)=$self->{tagtree}->to_sql();
 #      print "CONDITIONS(", scalar(@joins), "): ", $conditions, "\n";
     }