File tree Expand file tree Collapse file tree
src/SearchAPI/application Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3333### Changed
3434- Aria stack supports different output types
3535- asf_search uses ` SearchAPISession ` by default for search queries
36+ - bump asf-search to v9.0.4
3637
3738------
3839## [ 1.0.4] ( https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.3...v1.0.4 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ujson==5.7.0
2222uvicorn == 0.21.1
2323watchfiles == 0.19.0
2424
25- asf_search == 9.0.2
25+ asf_search == 9.0.4
2626python-json-logger == 2.0.7
2727
2828pyshp == 2.1.3
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ async def query_baseline(searchOptions: BaselineSearchOptsModel = Depends(proces
107107 media_type = 'text/html; charset=utf-8' ,
108108 headers = constants .DEFAULT_HEADERS
109109 )
110- return
110+
111111 stack = stack_aria_gunw (reference )
112112 response_info = as_output (stack , output = output )
113113 return Response (** response_info )
You can’t perform that action at this time.
0 commit comments