-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Rename "global search" to "unified search" #42094
Conversation
/backport to stable28 |
6a212f3
to
b2464eb
Compare
b2464eb
to
84d1dbd
Compare
/compile |
c9119b5
to
259f671
Compare
259f671
to
11467f2
Compare
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.
Tested and no search is loaded at all because of this error:
Uncaught Error: Could not find initial state limit-default of unified-search
r index.es.mjs:13
54201 UnifiedSearchService.js:30
Webpack 5
o
c
O
<anonymous>
<anonymous>
index.es.mjs:13:14
This change does not contain the build, did you watch or build? I can't see this? |
11467f2
to
1de5ad6
Compare
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.
Tested this out in my dev setup and works, also looked over the code and it looks good to me 👍
I think it is because of not running npm build or watch, as @fenn-cs mentioned. After running watch, the app works as expected on my dev setup with no error |
@susnux Since, you left a change request on this, I would like you to take a look one more time, thank you! |
- Changes appearances of "Global search" to "Unified search" in UI - Refactors code, to remove usage of term "GlobalSearch" in files and code structure - Rename old unified search to `legacy-unified-search` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1de5ad6
to
0b171f6
Compare
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
/backport to stable28 |
/backport to stable28 |
legacy-unified-search