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
The convenience search() functions for the sia module and the SIAService class specify default values for format,intersect and verbosity.
Although these defaults should not cause a problem with standard-compliant services, they are unnecessary and remove the client's ability to not specify those parameters to non-compliant services that may choke on specified values.
This use of defaults probably shows up for other dal modules, but this issue is focused on sia.
The text was updated successfully, but these errors were encountered:
tomdonaldson
changed the title
Don
Don't set client-side defaults for SIA query params
Sep 29, 2022
This came up regarding the attempted use of a registered SIA service that fails when the client specified a format value, so this change would enable the easy work around of not specifying a format value.
The convenience
search()
functions for the sia module and the SIAService class specify default values forformat
,intersect
andverbosity
.Although these defaults should not cause a problem with standard-compliant services, they are unnecessary and remove the client's ability to not specify those parameters to non-compliant services that may choke on specified values.
This use of defaults probably shows up for other
dal
modules, but this issue is focused onsia
.The text was updated successfully, but these errors were encountered: