Good afternoon.
I'm using this module with a SearchAPI view. When I check the option 'Show only used items' it seems to work fine, but only take the taxonomy used in the firsts ten results. I'm using two patches from another issues for this module,
https://www.drupal.org/files/issues/2021-11-04/illegal-choice-when-using... β
https://www.drupal.org/files/issues/2021-01-25/3090224-9.patch β
I think is related with this line:
$view->setItemsPerPage(0);
(Line 65 with those patches applied). It should take all results, but it's only taking the first ten. I tried with NULL and -1, but always show the same taxonomies. When I try with a high value, for example, 10000, then, it show all the taxonomies that are being used correctly, for that range of results.
If we use a view that doesn't use SearchAPI, then the module works fine.
Does anyone have the same problem?
Closed: works as designed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.