Styling
This commit is contained in:
parent
f6d35f0481
commit
6015c5d8a8
|
@ -54,7 +54,7 @@ function buildMultiMatchBool (search: string, fieldsObject: { default: string[],
|
|||
fields: fieldsObject.default,
|
||||
operator: ELASTIC_SEARCH_QUERY.OPERATOR,
|
||||
minimum_should_match: ELASTIC_SEARCH_QUERY.MINIMUM_SHOULD_MATCH,
|
||||
type: "cross_fields"
|
||||
type: 'cross_fields'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue