-
-
Notifications
You must be signed in to change notification settings - Fork 74
Feat/search/algolia #4093
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
base: develop
Are you sure you want to change the base?
Feat/search/algolia #4093
Conversation
c6e77bc to
8d9504b
Compare
48b01c7 to
b219132
Compare
|
|
@xelaint the text color of highlighted items doesn't switch |
the package will have to wait for #4178 but I fixed the other issue |
64e8bd2 to
2557f26
Compare
|
@xelaint I've added the package to the API search results. It doesn't look great so it will need some styling love from you |
|
Accessibility considerations to-do (Elain):
|
7465238 to
a563581
Compare
|
@xelaint okay package guides now show the package. search history should be fixed as well. |
|
@griest024 There's still a list of results (that's not part of search hisory) that show up without any input. Also, when I search "test" and click on the
|
Ohh I think I misunderstood. Is there just a "recently clicked on results" list, or is that in addition to the recent queries list? |
There isn't a separate UI for recent queries vs recently clicked on. I think we just want recently clicked, not recent queries. The screenshot above seems like it's showing the recent queries using the This block should only ever be visible if the search field has a value and results related to that value.
|
|
@xelaint okay I've made updates that I think are what you want. We should probably move the result item to its own component |
|
@griest024 I tried to move the search results and search history to separate components but couldn't get the Can we also pass in the enter key to store result? |










PR Checklist
PR Type
Current behavior
Fixes: #3723
Fixes: #3804
New behavior
Breaking change?
Additional context