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

Historical and onging ingest lambda collection creation is missing aggregations and queryables #18

Open
philvarner opened this issue Dec 18, 2023 · 0 comments

Comments

@philvarner
Copy link

The aggregations and queryables are defined in the collection document in the opensearch index, but are removed when presenting the collection in the /collections/{collectionId} endpoint. They need to be re-added to the Collection object, by retrieving the endpoints /collections/{collectionId}/aggregations and /collections/{collectionId}/queryables and adding those entities as attribute values aggregations and queryables in the Collection that is ingested.

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