You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accept arbitrary numbers of key/value pairs for searching metadata (currently artist, album, title, track, length). Multiple values for the same tag are treated as OR (since AND is a bit weird). Multiple keys are treated as AND (so you can specify artist and album). We can also support operators for numeric columns so we can do 'length<' for searching length less than a certain song length.
accept limit and offset, so clients can sanely paginate the responses. The default limit will be some nice high number like 1000 or 5000.
The text was updated successfully, but these errors were encountered:
search/select should:
accept arbitrary numbers of key/value pairs for searching metadata (currently artist, album, title, track, length). Multiple values for the same tag are treated as OR (since AND is a bit weird). Multiple keys are treated as AND (so you can specify artist and album). We can also support operators for numeric columns so we can do 'length<' for searching length less than a certain song length.
accept limit and offset, so clients can sanely paginate the responses. The default limit will be some nice high number like 1000 or 5000.
The text was updated successfully, but these errors were encountered: