Make it possible to get all search results
#3.051 aberto em 13 de dez. de 2025
Métricas do repositório
- Stars
- (4.616 estrelas)
- Métricas de merge de PR
- (Mesclagem média 20d 4h) (1 fundiu PR em 30d)
Description
Search Terms
search results 10
Problem
I don’t know much about typedoc, but since PixiJS moved to typedoc (https://pixijs.download/release/docs/index.html) one thing I have found particularly annoying is that there doesn’t seem to be a way to get all search results. For instance if I want to find all classes that have a destroy method and search for destroy, I only get 10 results, all starting with A or B. Most likely this means there are more results and I only get the first 10 in alphabetical order, but there isn’t even any indication that there are more results. Given that search seems to work the same way on the typedoc website itself, it seems to be a limitation of typedoc.
Suggested Solution
When searching for something there should be some way to get a paginated list of all search results. I’m actually pretty surprised that this isn’t considered a basic feature. Couldn’t find any feature request for it either, maybe I am missing something?