nyeholt / silverstripe-solr

SilverStripe and Solr integration ssaumodule
BSD 3-Clause "New" or "Revised" License
19 stars 18 forks source link

$additional_search_types #39

Closed nglasl closed 8 years ago

nglasl commented 8 years ago
SolrSearch.php $additional_search_types should be settable via the yml method (or rather, these values should be retrieved using $this->config()->additional_search_types rather than $self::additional_search_types.)

I've moved this issue from extensible search to here for now (I will soon PR the code that moves this configuration across), because as much as it would be nice to just make the change, this isn't entirely backwards compatible for projects that have already used this configuration.

nglasl commented 8 years ago

I'm closing this, as it is currently addressed in an upcoming PR.