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

[6.x] Add SearchStrategyRegistry and defaultSearchStrategy to support existing search behavior, and integrate it with CallClient. (#20497) #20912

Merged
merged 1 commit into from
Jul 18, 2018

Commits on Jul 18, 2018

  1. Add SearchStrategyRegistry and defaultSearchStrategy to support exis…

    …ting search behavior, and integrate it with CallClient. (elastic#20497)
    
    * Add SearchStrategyRegistry and defaultSearchStrategy to support existing search behavior, and integrate it with CallClient.
    * Move fetch param logic from CallClient into defaultSearchStrategy.
    * Move defaultSearchStrategy configuration into kibana plugin via search uiExport to avoid race conditions with other plugins.
    * Add call-out react directive.
    * Show error in Discover if user tries to access a rollup index pattern without the right search strategy. Sentence-case copy in field chooser.
    * Add tests with multiple searchStrategies and fix errors in logic.
    cjcenizal committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    7e72084 View commit details
    Browse the repository at this point in the history