We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The links on Item and Collection objects are overwritten before persisting them in the database.
For Items, the links are overwritten in the ItemSerializer.stac_to_db() method:
ItemSerializer.stac_to_db()
stac-fastapi-elasticsearch-opensearch/stac_fastapi/core/stac_fastapi/core/serializers.py
Line 68 in 0c7cfcd
For Collections, the links are overwritten in the TransactionsClient itself:
TransactionsClient
stac-fastapi-elasticsearch-opensearch/stac_fastapi/core/stac_fastapi/core/core.py
Line 737 in 0c7cfcd
To Reproduce Steps to reproduce the behavior:
rel=license
Expected behavior
INFERRED_LINK_RELS
The text was updated successfully, but these errors were encountered:
Merge pull request #211 from StijnCaerts/#210-links
f34e249
Don't overwrite links before persisting Item/Collection in database
Closed by #211
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The links on Item and Collection objects are overwritten before persisting them in the database.
For Items, the links are overwritten in the
ItemSerializer.stac_to_db()
method:stac-fastapi-elasticsearch-opensearch/stac_fastapi/core/stac_fastapi/core/serializers.py
Line 68 in 0c7cfcd
For Collections, the links are overwritten in the
TransactionsClient
itself:stac-fastapi-elasticsearch-opensearch/stac_fastapi/core/stac_fastapi/core/core.py
Line 737 in 0c7cfcd
To Reproduce
Steps to reproduce the behavior:
rel=license
Expected behavior
INFERRED_LINK_RELS
, store remaining links in the databaseThe text was updated successfully, but these errors were encountered: