21293 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 507 Views |
-
$searchable_fields in SilverStripe 2.4.1

16 September 2010 at 2:12am Last edited: 16 September 2010 2:13am
Hi,
Just upgraded from 2.3.6 to 2.4.1 and one of my $searchable_fields does not seem to work properly anymore. It's on a 2nd level relationship. Example:
$searchable_fields = array( '1stDegree.2ndDegree.ID' => array( 'title' => 'Name' ) );
What seems to be the problem with this?
-
Re: $searchable_fields in SilverStripe 2.4.1

16 September 2010 at 2:30am
I'd suggest replacing
array( 'title' => 'Name' )
with just...
'Name'
To help any more it might be easier if you provided the actual error message.
| 507 Views | ||
|
Page:
1
|
Go to Top |


