-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
FR(theme): Add a separate page for search #2983
Comments
hello, why your algolia can return more than 5 items, and me only look 5 items result, like this: |
It's not fixable - https://support.algolia.com/hc/en-us/articles/11467266080017-Why-does-my-search-on-Docsearch-only-return-5-results-on-a-page-when-there-should-be-more- |
@simply-none On further investigation, it looks like something like this works: search: {
provider: 'algolia',
options: {
appId: '...',
apiKey: '...',
indexName: '..',
// @ts-ignore
maxResultsPerGroup: 10 // <--
}
}, |
thanks, it's very useful👍👍👍 |
Is your feature request related to a problem? Please describe.
Algolia's search box is awesome, but when searching for more detailed information, it's better to have a separate search page. This will also help to add OpenSearch support as proposed in #2855.
Describe the solution you'd like
A separate search page located at
/search
. Docusaurus has a nice example:Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: