Change account search to match by text when opted-in (#25599)

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
This commit is contained in:
jsgoldstein
2023-06-29 07:05:21 -04:00
committed by GitHub
parent 285a691936
commit 4581a528f7
5 changed files with 90 additions and 29 deletions

View File

@@ -30,7 +30,8 @@ class SearchService < BaseService
@account,
limit: @limit,
resolve: @resolve,
offset: @offset
offset: @offset,
use_searchable_text: true
)
end