Skip to content

Commit

Permalink
Merge pull request #21 from davidjulien/add-missing-case-in-spec-of-m…
Browse files Browse the repository at this point in the history
…ulti-search

fix: add missing case in spec of multi_search
  • Loading branch information
NoBrainSkull authored Jan 14, 2025
2 parents f2d8d9b + 00bc68c commit 3163843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/meilisearch/multi_search.ex
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ defmodule Meilisearch.MultiSearch do
) ::
{:ok, __MODULE__.t(Meilisearch.Document.t())}
| {:error, Meilisearch.Client.error()}
| {:error, Meilisearch.Client.error(), non_neg_integer()}
def multi_search(client, params \\ %{})

def multi_search(client, params) when is_list(params),
Expand Down

0 comments on commit 3163843

Please sign in to comment.