Extend search to function documentation & vignettes
rgayler opened this issue · 2 comments
Would it be reasonable to extend the searched text to include function documentation and vignettes (possibly as an option)? I have made a couple of searches recently where the serach terms only occurred in the function documentation - so i could find the package via Google, but not CRANsearcher.
This is a nice suggestion, @rgayler! Right now, we are loading package information (titles, descriptions, etc.) into the R session memory upon launch of app. Adding search capabilities for help files and vignettes would be a nice benefit, but would require a significant refactor of the code. For this reason, we've decided not to tackle it at this time, but we welcome any pull requests. You may also be interested in the sos package, which facilitates search of help pages.