-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[UnifiedFieldList] Allow wildcards in field search #155540
[UnifiedFieldList] Allow wildcards in field search #155540
Conversation
…to 97459-fields-wildcard-search
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"One small PR for Kibana, one giant leap for UX"
User Armstrong (with many long similar fields)
works great
💚 Build Succeeded
Metrics [docs]Module Count
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @jughosta |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pulled and tested locally, works great! LGTM 👍
…ike wildcards (#168381) - Closes #165821 - Extends the wilcard logic from #155540 ## Summary This PR allows to flexibly search in the fields sidebar with terms containing spaces. <img width="329" alt="Screenshot 2023-10-09 at 18 28 00" src="https://github.com/elastic/kibana/assets/1415710/67cbcee8-f6fd-4067-8340-42bec7fd5ec7"> ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: Kibana Machine <[email protected]>
…ike wildcards (elastic#168381) - Closes elastic#165821 - Extends the wilcard logic from elastic#155540 ## Summary This PR allows to flexibly search in the fields sidebar with terms containing spaces. <img width="329" alt="Screenshot 2023-10-09 at 18 28 00" src="https://github.com/elastic/kibana/assets/1415710/67cbcee8-f6fd-4067-8340-42bec7fd5ec7"> ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: Kibana Machine <[email protected]>
Closes #97459
Summary
This PR allows to search by field names with wildcard.
Checklist