This commit is contained in:
Eugen Rochko 2026-06-09 09:11:53 +00:00 committed by GitHub
commit 0898e0d062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,10 +151,9 @@ class AccountSearchService < BaseService
},
{
multi_match: {
combined_fields: {
query: @query,
type: 'best_fields',
fields: %w(text text.*),
fields: %w(username^2 display_name^2 text),
operator: 'and',
},
},