Plugin not working with groups
-
Hello,
I tried to use the groups plugin but it’s not working.
When i search for a word, the page returns a php fatal error :
"Uncaught exception 'Solarium\Exception\InvalidArgumentException with message 'A filterquery must have a unique key value within a query'"The problem seems to come from the file wpsolr-search-engine\vendor\solarium\solarium\library\Solarium\QueryType\Select\Query\Query.php in the function addFilterQuery.
When I search for a term, this function is called 2 times with the same parameters, thus trying to add filter query for the groups, throwing an exception the second time because the key already exists.
The topic ‘Plugin not working with groups’ is closed to new replies.