You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queryables landing page and collection links (stac-utils#267)
**Related Issue(s):**
- stac-utils#260
**Description:**
- Code to add the `queryables` link included in the Filter extension to
the landing page and collections
- Only adds the `queryables` collection link when the Filter extension
is enabled. It does this by passing an extensions list to the
DatabaseLogic class. This could be used to have other conditions for
when certain extensions are disabled/enabled in the app. please let me
know if you have any suggestions for this approach
- Some improvements to `data_loader.py`
**PR Checklist:**
- [x] Code is formatted and linted (run `pre-commit run --all-files`)
- [x] Tests pass (run `make test`)
- [ ] Documentation has been updated to reflect changes, if applicable
- [x] Changes are added to the changelog
---------
Co-authored-by: Jonathan Healy <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
- Queryables landing page and collection links when the Filter Extension is enabled [#267](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/267)
12
+
10
13
### Changed
11
14
12
15
- Updated stac-fastapi libraries to v3.0.0a1 [#265](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/265)
0 commit comments