Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi_match to SQL plugin #649

Merged
merged 5 commits into from
Jun 23, 2022

Commits on Jun 15, 2022

  1. Add implementation of multi_match similar to simple_query_string.

    Signed-off-by: Yury Fridlyand <yuryf@bitquilltech.com>
    Yury-Fridlyand committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    88799ad View commit details
    Browse the repository at this point in the history
  2. Merge branch 'integ-multi_match-#188' into dev-multi_match-#188

    Signed-off-by: Yury Fridlyand <yuryf@bitquilltech.com>
    Yury-Fridlyand committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e781a94 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Address PR feedback. Improve tests for multi_match and `simple_quer…

    …y_string` both.
    
    Signed-off-by: Yury Fridlyand <yuryf@bitquilltech.com>
    Yury-Fridlyand committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5867c23 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Merge pull request #71 from Bit-Quill/dev-multi_match-#188

    Add implementation of `multi_match` similar to `simple_query_string`.
    MaxKsyunz authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fb7a337 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Update doctests to avoid examples with empty result set.

    Signed-off-by: Yury Fridlyand <yuryf@bitquilltech.com>
    Yury-Fridlyand committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d8cac8f View commit details
    Browse the repository at this point in the history