Merge pull request #267 from wilr/3

Add type mappings for dbdatetime
This commit is contained in:
Robbie Averill 2019-09-11 09:23:44 -07:00 committed by GitHub
commit 6c59fcfdf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ abstract class SolrIndex extends SearchIndex
'*' => 'string',
'Boolean' => 'boolean',
'Date' => 'tdate',
'Datetime' => 'tdate',
'DBDate' => 'tdate',
'DBDatetime' => 'tdate',
'SSDatetime' => 'tdate',
'SS_Datetime' => 'tdate',
'ForeignKey' => 'tint',