Skip to content
Snippets Groups Projects
Commit 2f9df76e authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

Merge pull request #23 from mansimas/patch_addPostFilter

fixed bug for addPostFilter when using wrong Interface
parents 693aca74 8a9cee27
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