mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 12:05:29 +00:00
Add type mappings for dbdatetime
This commit is contained in:
parent
483fcbd513
commit
6fc5a6fb34
@ -31,6 +31,9 @@ abstract class SolrIndex extends SearchIndex
|
|||||||
'*' => 'string',
|
'*' => 'string',
|
||||||
'Boolean' => 'boolean',
|
'Boolean' => 'boolean',
|
||||||
'Date' => 'tdate',
|
'Date' => 'tdate',
|
||||||
|
'Datetime' => 'tdate',
|
||||||
|
'DBDate' => 'tdate',
|
||||||
|
'DBDatetime' => 'tdate',
|
||||||
'SSDatetime' => 'tdate',
|
'SSDatetime' => 'tdate',
|
||||||
'SS_Datetime' => 'tdate',
|
'SS_Datetime' => 'tdate',
|
||||||
'ForeignKey' => 'tint',
|
'ForeignKey' => 'tint',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user