is this a bug or the behaviour is not intuitive?
I make this call
Library/Values?Filter=Rock&Field=Artist&Files=[Media%20Type]=[Audio]
the results are
<Response Status="OK">
<Item Name="Artist">Pete Rock & C.L. Smooth</Item>
<Item Name="Artist">Punk Rock Baby</Item>
<Item Name="Artist">Chubb Rock</Item>
<Item Name="Artist">Pete Rock & CL Smooth (feat YG'z)</Item>
<Item Name="Artist">School Of Rock</Item>
<Item Name="Artist">Rocksteady Crew</Item>
<Item Name="Name">School Of Rock</Item>
<Item Name="Name">(Hey You) The Rock Steady Crew</Item>
<Item Name="Artist">Rob Base & DJ Ez Rock</Item>
<Item Name="Artist">Rick Astley</Item>
<Item Name="Artist">Ricky Nelson</Item>
<Item Name="Artist">Slick Rick</Item>
<Item Name="Artist">Rickster</Item>
<Item Name="Artist">Rochelle Fleming</Item>
</Response>
1) despite only asking for Artist, I get some "Name" values
2) despite sending Filter=Rock, I get a number of results that don't contain Rock
can anyone explain?