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

[EuiInMemoryTable] Allow consumers to use non-EQL plain text search with special characters #7175

Merged
merged 9 commits into from
Sep 18, 2023

Commits on Sep 9, 2023

  1. [setup] move unused SchemaType export to main EuiSearchBar

    - not clear why it lives in `EuiSearchBox`, which doesn't reference it whatsoever
    
    + clean up/combine `EuiInMemoryTable` imports
    cee-chen committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    463a854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff7f6ed View commit details
    Browse the repository at this point in the history
  3. Add new plainTextSearch prop that allows consumers to treat user se…

    …archas non-EQL searches
    cee-chen committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    65e5205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf1235e View commit details
    Browse the repository at this point in the history
  5. Add documentation toggle for searching plain text/special characters

    + update faker.js to latest to get string.symbol API
    cee-chen committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    74f96cc View commit details
    Browse the repository at this point in the history
  6. changelog

    cee-chen committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    4d8fd29 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    17d31b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb7a91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d2ea3 View commit details
    Browse the repository at this point in the history