Skip to content

Commit

Permalink
Potential mapping solution for 10up#643
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Cumber committed Nov 30, 2016
1 parent 2ce95ea commit fd29d7e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions includes/mappings/5-0.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
'type' => 'text',
'fields' => array(
'sortable' => array(
'type' => 'text',
'analyzer' => 'ewp_lowercase',
'type' => 'keyword',
),
'raw' => array(
'type' => 'keyword',
Expand Down Expand Up @@ -135,8 +134,7 @@
'type' => 'keyword',
),
'sortable' => array(
'type' => 'text',
'analyzer' => 'ewp_lowercase',
'type' => 'keyword',
),
),
),
Expand Down Expand Up @@ -183,8 +181,7 @@
'type' => 'keyword',
),
'sortable' => array(
'type' => 'text',
'analyzer' => 'ewp_lowercase',
'type' => 'keyword',
),
),
),
Expand All @@ -195,8 +192,7 @@
'type' => 'keyword',
),
'sortable' => array(
'type' => 'text',
'analyzer' => 'ewp_lowercase',
'type' => 'keyword',
),
),
),
Expand Down Expand Up @@ -227,8 +223,7 @@
'type' => 'keyword',
),
'sortable' => array(
'type' => 'text',
'analyzer' => 'ewp_lowercase',
'type' => 'keyword',
),
),
),
Expand Down

0 comments on commit fd29d7e

Please sign in to comment.