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

Return Labels in search results/listings #5219

Open
EricWittmann opened this issue Sep 20, 2024 · 0 comments
Open

Return Labels in search results/listings #5219

EricWittmann opened this issue Sep 20, 2024 · 0 comments

Comments

@EricWittmann
Copy link
Member

EricWittmann commented Sep 20, 2024

Currently the REST API does not return labels in search results and listings. The reason is that the number of labels is unbounded, so there is concern that the REST API could fall over and die if someone abused the labels.

However, having labels included in results is super useful. So the proposal is to include labels in results but cap the # of labels returned by some number (e.g. 10) by default. And of course introduce a config option to change the number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant