Implemented basic multisearch endpoint support #116
Annotations
3 errors and 5 warnings
test/search_test.exs#L85
test success: multi_search string or module collection name (SearchTest)
|
test/search_test.exs#L81
test success: multi_search Ecto (SearchTest)
|
|
lib/ex_typesense/document.ex#L431
ExTypesense.HttpClient.run/2 is deprecated. Use request/2 instead
|
test/search_test.exs#L81
variable "catalog" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/search_test.exs#L85
variable "schema" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/search_test.exs#L121
variable "reason" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/search_test.exs#L122
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)
|
This job failed
Loading