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

Remove default eo:cloud_cover queryable #210

Merged
merged 2 commits into from
Sep 20, 2023
Merged

Commits on Sep 20, 2023

  1. Remove default eo:cloud_cover queryable

    This default queryable was added in the early days of pgstac so that the
    field would be indexed by default if it was present in any items.
    However, now that the queryables table is used to generate content for
    /queryables stac endpoint, it is included in the queryable content for
    all collections (since there is no collection_id).
    
    Removing this opmtimization fixes incorrect (and broken, since the $ref
    url also has a typo) default behavior.
    mmcfarland authored and bitner committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ed2af02 View commit details
    Browse the repository at this point in the history
  2. stage migration

    bitner committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5cf1c44 View commit details
    Browse the repository at this point in the history