Skip to content

Add es query builder support for multi-match

Terri Chu requested to merge 457724-add-support-for-multi-match-ff into master

What does this MR do and why?

Related to #461872

Adding support to the query builder for multi-match queries which were recently introduced

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

All backend changes

How to set up and validate locally

  1. Enable both feature flags: search_uses_match_queries and search_query_builder
  2. Ensure advanced search is enabled
  3. Verify that the issue search query is using the multi-match in the performance bar
Edited by Terri Chu

Merge request reports