mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
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:
parent
4db4a2bbb5
commit
138fdad90c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user