Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated search/select queries for json.pl #62

Open
avuserow opened this issue Dec 30, 2010 · 0 comments
Open

updated search/select queries for json.pl #62

avuserow opened this issue Dec 30, 2010 · 0 comments

Comments

@avuserow
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant