-
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
[Search] Fix search index rerendering unnecessarily #186412
[Search] Fix search index rerendering unnecessarily #186412
Conversation
💛 Build succeeded, but was flaky
Failed CI Steps
Metrics [docs]Async chunks
HistoryTo update your PR or re-run it, just comment with: |
...earch/public/applications/enterprise_search_content/components/search_index/search_index.tsx
Show resolved
Hide resolved
Friendly reminder: Looks like this PR hasn’t been backported yet. |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary This fixes the search index rerendering on every change, even if nothing actually changed. (cherry picked from commit 141044e)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
## Summary This fixes the search index rerendering on every change, even if nothing actually changed. (cherry picked from commit 141044e)
…187558) # Backport This will backport the following commits from `main` to `8.14`: - [[Search] Fix search index rerendering unnecessarily (#186412)](#186412) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sander Philipse","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-06-18T21:35:24Z","message":"[Search] Fix search index rerendering unnecessarily (#186412)\n\n## Summary\r\n\r\nThis fixes the search index rerendering on every change, even if nothing\r\nactually changed.","sha":"141044e51ec77ea7c5e68c9311a381aecb515497","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","Team:Search","auto-backport","v8.15.0","v8.14.2"],"number":186412,"url":"https://github.com/elastic/kibana/pull/186412","mergeCommit":{"message":"[Search] Fix search index rerendering unnecessarily (#186412)\n\n## Summary\r\n\r\nThis fixes the search index rerendering on every change, even if nothing\r\nactually changed.","sha":"141044e51ec77ea7c5e68c9311a381aecb515497"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/186412","number":186412,"mergeCommit":{"message":"[Search] Fix search index rerendering unnecessarily (#186412)\n\n## Summary\r\n\r\nThis fixes the search index rerendering on every change, even if nothing\r\nactually changed.","sha":"141044e51ec77ea7c5e68c9311a381aecb515497"}},{"branch":"8.14","label":"v8.14.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Sander Philipse <[email protected]>
This PR didn't make it on time to be included in the latest BC for v8.14.2. |
Summary
This fixes the search index rerendering on every change, even if nothing actually changed.