search: refactor scan_query callers to use split_query.

Refactor to use split_query instead of scan_query to split a query on
spaces. Preparation for refactoring scan_query into something smarter.
This commit is contained in:
evazion
2020-04-18 19:57:58 -05:00
parent d0c68e68c2
commit 7726563733
7 changed files with 17 additions and 13 deletions

View File

@@ -88,8 +88,8 @@ class AliasAndImplicationImporter
all
when :mass_update
all += PostQueryBuilder.scan_query(token[1])
all += PostQueryBuilder.scan_query(token[2])
all += PostQueryBuilder.split_query(token[1])
all += PostQueryBuilder.split_query(token[2])
all
when :change_category