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

Implement fields extension #709

Open
jisantuc opened this issue May 4, 2021 · 1 comment
Open

Implement fields extension #709

jisantuc opened this issue May 4, 2021 · 1 comment

Comments

@jisantuc
Copy link
Contributor

jisantuc commented May 4, 2021

Improvement

For debugging and for environments where shipping a lot of extra JSON is costly (bandwidth-constrained environments, workflows where you might want enough items that the extra time / bandwidth adds up to significant overhead), it would be good to be able to limit the fields returned in search with the fields extension. The fields extension has some pretty straightforward semantics and is allowed to break the promise that search returns valid items (or even valid geojson), so it should be doable with JSON-only operations applied to the search result.

@jisantuc
Copy link
Contributor Author

jisantuc commented May 4, 2021

Follow up to #707

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