Skip to content

Commit

Permalink
demo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ukrbublik committed Sep 15, 2021
1 parent 1966cfa commit 3429404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/export/elasticSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ function buildRegexpParameters(value) {

function determineField(fieldName, config) {
//todo: ElasticSearchTextField - not used
return config.fields[fieldName].ElasticSearchTextField || fieldName;
//return config.fields[fieldName].ElasticSearchTextField || fieldName;
return fieldName;
}

function buildParameters(queryType, value, operator, fieldName, config) {
Expand Down

0 comments on commit 3429404

Please sign in to comment.