Opened 18 years ago
Closed 17 years ago
#798 closed defect (fixed)
Search not working for multiple documentation projects
Reported by: | Jeff Wise | Owned by: | Christian Boos |
---|---|---|---|
Priority: | high | Component: | DoxygenPlugin |
Severity: | major | Keywords: | search |
Cc: | Trac Release: | 0.10 |
Description
I have multiple documentation projects configured. I am able to browse them using the doxygen trac links on my configured wiki_index page. However, searching doxygen always returns no results. I have SEARCHENGINE=YES in each of my doxygen projects. I have verified that a search.idx file exists in the html directory of each.
Attachments (1)
Change History (7)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Keywords: | search added |
---|
I've not had the time yet to fix the search feature, so it's a known problem and I should probably document it that way...
comment:3 Changed 17 years ago by
Priority: | normal → high |
---|---|
Severity: | normal → major |
Still not fixed? This is a real show-stopper.
comment:4 Changed 17 years ago by
I fixed the bug plus the search bug #5774 from the main trac environment but I am unable to commit the changes although I am registered in trac-hacks track. See the fixed source in the attachment.
comment:5 Changed 17 years ago by
Status: | new → assigned |
---|
Patch applied in r3375. I'll look into porting it to the 0.11 branch of the plugin.
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [3550]) DoxygenPlugin: applied r3375 to the 0.11 branch (should fix #798)
I should add that I am searching for class names I know exist in the codebase.