For example the events method returns every single event on the instance. This is desired when the spaces feature is disabled, but otherwise it should probably just return events where space_id is nil - which is what the solr facet does.
Possibly we need another class GlobalSpace to use when the spaces feature is disabled and its desirable to select all items.
For example the
eventsmethod returns every single event on the instance. This is desired when the spaces feature is disabled, but otherwise it should probably just return events wherespace_idis nil - which is what the solr facet does.Possibly we need another class
GlobalSpaceto use when the spaces feature is disabled and its desirable to select all items.