Skip to content
Snippets Groups Projects
Commit 8a9cee27 authored by Mantas Simkus's avatar Mantas Simkus
Browse files

fixed bug for addPostFilter when using wrong Interface

parent 62a00e71
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ class Search
{
$this
->getEndpoint(PostFilterEndpoint::NAME)
->add($filter, $boolType, $key);
->addToBool($filter, $boolType, $key);
return $this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment