Ticket #59 (accepted enhancement)
Indexing PODs
| Reported by: | szabgab | Owned by: | submersible_toaster |
|---|---|---|---|
| Priority: | major | Milestone: | Satisfy all the requirements of PerlMonks |
| Component: | POD based help | Version: | 0.84 |
| Keywords: | Cc: |
Description
Indexing the words of all the pod files? (Search engine?)
Indexing the function names only?
Change History
comment:2 Changed 4 years ago by submersible_toaster
- Owner set to submersible_toaster
- Status changed from new to accepted
Consider #56 a duplicate.
comment:3 Changed 4 years ago by submersible_toaster
The perfect pod index should include ... ?
primary key lookup "MODULE" like "Test::More", or 'perlfunc' without having to traverse the fs.
term search of
key pod sections, such as anything in a =head* X<> =item
subroutine names ?
variable names ?
ranking and scoring for term search
results rendering
Note: See
TracTickets for help on using
tickets.
