-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[docs-infra] Implement search engine in v5 documentation page #29445
Comments
This is also about the search function although its not about the search bar component on the web. Linking it with #28415. Also I'm thinking about making an PR to solve this issue. So if there's no one doing this right now, maybe @mnajdova can assign this to me? |
Hi @mnajdova. Recently I've been busy. I will try it next week on Christmas vacation. |
@siriwatknp @hbjORbj before @PabloLION starts do you have some tips/doubts around this? |
From my understanding, the intention of @PabloLION is to improve the UX of the search. If there is no impact on the current behavior, I don't have any objection. |
I confirm what @siriwatknp said, that my PR will not change any function of current function. I just took a look at the repo and it's so clean! I like it a lot! (although there's a typo in However, I'm failing to locate where does the route happens:
My plan would be to first change
|
all pages are inside
Sounds good, let's start and once we have something working we can polish it :) |
Hi, @mnajdova
Now I clearly see why this file doesn't need to be changed. It seems a next.js wrapper.
|
I didn't finish the part of automatic adding to search engine. It seems I need to create a new "OpenSearch description file". Yet I don't have the access to your netlify or other servers. @siriwatknp, maybe you can consider doing this. |
This seems to be a continuation of #16764, great. |
Summary 💡
chrome://settings/searchEngines
) is added to chrome omnibar, so when user typesstack
then with[tab]
key a search on stack overflow can start directly. (when I searchabcdef
it will open the pagehttps://stackoverflow.com/search?q=abcdef
)https://mui.com/search?q=abcdef
can redirect to the homepage with the popup withabcdef
typed in the pop-up.Examples 🌈
Motivation 🔦
Usability
The text was updated successfully, but these errors were encountered: