aiko-chan-ai / DiscordBotClient

A patched version of discord, with bot login & Vencord support
GNU General Public License v3.0
772 stars 54 forks source link

Implement Search as classic text search #186

Closed SirHaxe closed 3 weeks ago

SirHaxe commented 1 month ago

The way youd search on any website with ctrl+f

this would of course only allow you to search trough cached entries, but would help immensly

aiko-chan-ai commented 1 month ago

This feature is very difficult to implement, and performing searches based on window.document doesn’t really make sense.