-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
My search results are showing all indexed nodes regardless of the search text.
Also, this error is logged:
User error: "0" is an invalid render array key in element_children() (line 7457 of /srv/www/core/includes/common.inc).
In this line
search_api_solr/includes/service.inc
Line 1734 in 5c8a5fa
| foreach (element_children($keys) as $i) { |
If I bypass the is_array() in https://github.com/backdrop/backdrop/blob/96a0e03870c9fd09ab4134827a05148173e8e516/core/includes/common.inc#L7448 , the error isn't thrown and the search results are correct.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working