TypeStrong/typedoc

Make it possible to get all search results

Open

#3051 opened on Dec 13, 2025

View on GitHub
 (1 comment) (1 reaction) (0 assignees)HTML (4,616 stars) (521 forks)batch import
help wanted

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?

Contributor guide