Implemented basic multisearch endpoint support #110
Annotations
5 warnings
test/search_test.exs#L117
variable "reason" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/search_test.exs#L118
variable "reason" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
test/search_test.exs#L117
variable "reason" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/search_test.exs#L118
variable "reason" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
lib/ex_typesense/document.ex#L431
ExTypesense.HttpClient.run/2 is deprecated. Use request/2 instead
|
This job succeeded
Loading