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

[7.x] [GS] add search syntax support (#83422) #84186

Merged
merged 2 commits into from
Nov 24, 2020

Commits on Nov 24, 2020

  1. [GS] add search syntax support (elastic#83422)

    * add search syntax parsing logic
    
    * fix ts types
    
    * use type filter in providers
    
    * move search syntax logic to the searchbar
    
    * fix test plugin types
    
    * fix test plugin types again
    
    * use `onSearch` prop to disable internal component search
    
    * add tag filter support
    
    * add FTR tests
    
    * move away from CI group 7
    
    * fix unit tests
    
    * add unit tests
    
    * remove the API test suite
    
    * Add icons to the SO results
    
    * add test for unknown type / tag
    
    * nits
    
    * ignore case for the `type` filter
    
    * Add syntax help text
    
    * remove unused import
    
    * hide icon for non-application results
    
    * add tsdoc on query utils
    
    * coerce known filter values to string
    
    Co-authored-by: Ryan Keairns <[email protected]>
    pgayvallet and ryankeairns committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b550e92 View commit details
    Browse the repository at this point in the history
  2. fix mappings for 7.x

    pgayvallet committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    89a0b74 View commit details
    Browse the repository at this point in the history