Goal: Ensure all query builders referencing query_string options removed/changed in ES7 are compatible (beyond admin index search already fixed in WA-NEW-005).
Scope: Includes core/app/queries/workarea/search/product_search.rb and core/app/queries/workarea/search/help_search.rb.
Verify:
bundle exec ruby -Icore/test core/test/queries/workarea/search/product_search_test.rb
bundle exec ruby -Icore/test core/test/queries/workarea/search/help_search_test.rb
Branch pattern: wa-new-011-*
PR target: next