Skip to content

Commit 3429404

Browse files
committed
demo fix
1 parent 1966cfa commit 3429404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/export/elasticSearch.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ function buildRegexpParameters(value) {
165165

166166
function determineField(fieldName, config) {
167167
//todo: ElasticSearchTextField - not used
168-
return config.fields[fieldName].ElasticSearchTextField || fieldName;
168+
//return config.fields[fieldName].ElasticSearchTextField || fieldName;
169+
return fieldName;
169170
}
170171

171172
function buildParameters(queryType, value, operator, fieldName, config) {

0 commit comments

Comments
 (0)