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
to EndpointTestCase.testQueryParams() should reproduce this.
Note that there isn't actually an implementation yet. For the client to set these parameters, logic needs to be added to SearchRequestBuilder.invoke(boolean, SearchResultHandler<T>, Class<T>), similar to the existing logic there for handling arbitrary headers. Then, support will need to be added to the server component, in DotSearchFilter, I assume.
The text was updated successfully, but these errors were encountered:
Arbitrary query parameters set via
RequestBuilder.queryParam(...)
are ignored when used in conjunction with a search via POST.Adding something like
to
EndpointTestCase.testQueryParams()
should reproduce this.Note that there isn't actually an implementation yet. For the client to set these parameters, logic needs to be added to
SearchRequestBuilder.invoke(boolean, SearchResultHandler<T>, Class<T>)
, similar to the existing logic there for handling arbitrary headers. Then, support will need to be added to the server component, inDotSearchFilter
, I assume.The text was updated successfully, but these errors were encountered: