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
In
sz-sdk-go-core/szengine/szengine.go
Lines 1281 to 1285 in 01ca61a
Determine if the call to searchByAttributesV2 can be replaced by searchByAttributesV3, thus removing the if/else contition
searchByAttributesV2
searchByAttributesV3
The text was updated successfully, but these errors were encountered:
In researching, a call to searchByAttributesV3 with a zero length searchProfile behaves the same as searchByAttributesV2, so
searchProfile
can be simplified to
result, err = client.searchByAttributesV3(ctx, attributes, searchProfile, flags)
Sorry, something went wrong.
Fixed via #232
docktermj
No branches or pull requests
In
sz-sdk-go-core/szengine/szengine.go
Lines 1281 to 1285 in 01ca61a
Determine if the call to
searchByAttributesV2
can be replaced bysearchByAttributesV3
, thus removing the if/else contitionThe text was updated successfully, but these errors were encountered: