Search through issues/PR's
It'd be really cool if we could search through (all/open) issues/PR's for keywords from within Emacs, getting a hit for any issue/PR or issue-comment containing that keyword.
(Related to https://github.com/magit/forge/issues/140 though I guess that's only about the stuff that's visible without entering specific issues.)
Upvote this! I would like to give it a try implementing it, @tarsius would you be so kind to give me a quick hint of where forge stores the issues? Is it a SQL database? Cheers!
Yes, sqlite with the help of emacsql.
Hi,
Apperently searching wasn't a thing, so I managed to make it happen

Have a look at https://github.com/eatse21/forge-search.el , and let me know if that works for you 👍