kuzzleio / sdk-go

Golang SDK using the WebSocket protocol to communicate with Kuzzle API including offline resiliency
http://docs.kuzzle.io/sdk/go/2
Apache License 2.0
8 stars 5 forks source link

Action searchSpecifications of collection controller should take a body with the query #203

Closed Aschen closed 6 years ago

Aschen commented 6 years ago

Expected Behavior

searchSpecification method should take another argument to specify the query filters.
See https://docs.kuzzle.io/api-documentation/controller-collection/search-specifications

Current Behavior

The method only take the query options.

Context (Environment)

sdk go on 1-dev

Aschen commented 6 years ago

https://jira.kaliop.net/browse/KZL-548