Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug where a 500 error would occur when any optional parameter…
… was used in the parameterized search. This happened because 'produce_manifest.lower() == true' would run if request.args has any arguments, but didn't check explicitly for produce-clt-manifest. Also, fixed an existing bug that would cause a 500 if any status code but 200 was returned by opensearch because len was applied to the method opensearch_response.json rather than the actual json opensearch_response.json()
- Loading branch information