Using 3.0.x-dev because using Facets 3 successfully on another project, Facets 2 did not work like i expected, the beta had a deprecated function warning ("Deprecated function: Creation of dynamic property Drupal\Core\Form\FormState::$facets_not_built") that i wanted to check if it was in dev before reporting, plus there has not been a beta release for two years and i wanted to be in a position of contributing, on the margins, to the development of this module.
There are no complaints from any of the configuring side, but when going to visit the view page:
Object of class Drupal\facets\Entity\Facet could not be converted to string in Drupal\views\Plugin\views\filter\FilterPluginBase->prepareFilterSelectOptions() (line 1334 of core/modules/views/src/Plugin/views/filter/FilterPluginBase.php).
I was also surprised that the option was now select Facet (singular) with a radio button; was expected as i added more they could be grouped together, plus having to give the Filter identifier which i thought was set adequately on the individual facets. All of which is to say that what might really be needed right now is documentation for testing the 3.x version. Thanks for any help!
Active
3.0
Code