Skip to content
Snippets Groups Projects
Commit a06a3ef6 authored by Nikolay Ignatov's avatar Nikolay Ignatov
Browse files

Issue #3061167: Add the text type to the supported types.

parent 27318de0
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,8 @@ function _elasticsearch_connector_views_handle_fields($base_table, &$data, $fiel
$field_handler = 'elasticsearch_connector_views_boolean';
break;
// TODO: Handle the keyword also for the text fields!
case 'text':
case 'string':
case 'keyword':
// TODO: Handle the analyser and non_analyzed fields.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment