|
@@ -115,7 +115,7 @@ return array
|
|
|
'match' => 'is_string',
|
|
|
'update' => 'text',
|
|
|
//'search' => 'fulltext',
|
|
|
- //'list' => true,
|
|
|
+ 'list' => true,
|
|
|
),
|
|
|
|
|
|
'province' => array
|
|
@@ -127,7 +127,7 @@ return array
|
|
|
'match' => 'is_string',
|
|
|
'update' => 'text',
|
|
|
//'search' => 'fulltext',
|
|
|
- //'list' => true,
|
|
|
+ 'list' => true,
|
|
|
),
|
|
|
|
|
|
'country' => array
|