pleroma/lib/pleroma/search
Mark Felder e834343496 Pleroma.Search.SearchBackend: dialyzer error
Incorrect spec. Both search backends return :ok so that is what should be the spec.

lib/pleroma/search/database_search.ex:56:callback_type_mismatch
Type mismatch for @callback remove_from_index/1 in Pleroma.Search.SearchBackend behaviour.

Expected type:
{:error, _} | {:ok, _}

Actual type:
:ok
2024-01-26 21:03:41 -05:00
..
database_search.ex Credo fixes. 2023-11-12 17:13:27 +04:00
meilisearch.ex B Meilisearch: Update to current API responses. 2023-11-12 16:43:50 +04:00
search_backend.ex Pleroma.Search.SearchBackend: dialyzer error 2024-01-26 21:03:41 -05:00