discordjs / discordjs/website

Allow docs search to search return / parameter / property types

Open
#40 0 comments 6 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
187
Forks
109
PR merge metrics
No merged PRs in 30d

Description

Currently, the search does not consider return type of methods, type of parameters or type of properties for the search. This can make it hard to see where types are used.

Example: trying to find how to get an instance of ClientUser.

https://discord.js.org/#/docs/main/stable/search?q=ClientUser
This will not consider `Client#user` as a search result.

It would be great to be able to find all methods/properties that use or return a particular type.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.