corejavascript / corejavascript/typeahead.js
Add way to include total number of results (ignoring limit)
Open
- Dominant language
- JavaScript
- Stars
- 968
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to add the number of total results available; in our case, hitting Enter will do a complete search, but we only show the top 10 results in typeahead. If there are 25 results, we'd like to be able to say, in the footer template, for example, "25 results available; press enter to see all" (or whatever other configurable text we'd like). Right now, there doesn't even appear to be a way to see how many total suggestions there were.
Contributor guide
Assessment
This issue has not been assessed yet.