This commit is contained in:
Chocobozzz 2022-12-05 13:49:24 +01:00
parent f6d35f0481
commit 6015c5d8a8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
},
{