You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
Problem/Motivation
Activity Finder 4 provides the Limit by category setting, this setting allows you to limit results only by specific categories. But this setting doesn't work with the Daxko back-end, but only with Solr back-end. Because Activity Finder uses internal Program Subcategories NID but not Daxko categories.
Steps to reproduce
Create a landing and add the Activity Finder 4 block
Add any category to the Limit by category field.
Please note the Program Subcategory nodes are used in the autocomplete
Save your changes and check Activity Finder results.
ER: Results are filtered by the default category AR: Nothing happens
The text was updated successfully, but these errors were encountered:
Maybe sound quite simple, but in fact, the issue requires huge back-end architecture changes because Daxko logic is different from SOLR logic. I think we should use a plugin-based back-end system (described here) and each plugin should provide its own Activity Finder block settings form with logic and fields specific only for this backend.
Problem/Motivation
Activity Finder 4 provides the
Limit by category
setting, this setting allows you to limit results only by specific categories. But this setting doesn't work with the Daxko back-end, but only with Solr back-end. Because Activity Finder uses internal Program Subcategories NID but not Daxko categories.Steps to reproduce
Limit by category
field.ER: Results are filtered by the default category
AR: Nothing happens
The text was updated successfully, but these errors were encountered: