FIX Reenable indexing of relationship fields

In previous versions one could add e.g. a filter field for their index to
a relationship, such as 'Categories.ID' where categories is a many_many
relationship. This stopped working in the SS4 upgrade. Namespaces, whoop.
This commit is contained in:
Dylan Wagstaff 2018-03-13 13:34:14 +13:00
parent 4db4a2bbb5
commit 138fdad90c
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ use SilverStripe\ORM\FieldType\DBField;
use SilverStripe\ORM\FieldType\DBString;
use SilverStripe\ORM\Queries\SQLSelect;
use SilverStripe\View\ViewableData;
use SilverStripe\ORM\SS_List;
/**
* SearchIndex is the base index class. Each connector will provide a subclass of this that