https://git.drupalcode.org/project/search_api_swiftype/-/commit/321aea64... introduced a new check to skip nested filter processing, if there are no filters for a document type. Unfortunately the $nested_filters[$document_type]
variable is no array there, but an object/stdClass - thus both is_array()
and count()
checks are failing and the nested filter is never added.
$nested_filters[$document_type]
may be an object as welln/a
n/a
n/a
Active
10.0
Code