Actions
Bug #4426
closed[Documentation] Support searching documentation
Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
Documentation
Target version:
Story points:
1.0
Updated by Brett Smith about 10 years ago
- Target version changed from Bug Triage to Arvados Future Sprints
Updated by Nancy Ouyang about 10 years ago
Current workaround:
https://github.com/curoverse/arvados/search??utf8=✓&q=$SEARCHTERM
Updated by Ward Vandewege almost 10 years ago
- Target version changed from Arvados Future Sprints to 2015-03-11 sprint
Updated by Peter Amstutz almost 10 years ago
Suggest using site:doc.arvados.org and delegating to Google search
Updated by Ward Vandewege almost 10 years ago
Adding something like this should do the trick:
<form method="get" action="http://www.google.com/search"> <div style="border:1px solid black;padding:4px;width:20em;"> <table border="0" cellpadding="0"> <tr><td> <input type="text" name="q" size="25" maxlength="255" value="" /> <input type="submit" value="Search" /></td></tr> <tr><td align="center" style="font-size:75%"> <input type="hidden" name="sitesearch" value="doc.arvados.org" /> </td></tr></table> </div> </form>
Updated by Radhika Chippada almost 10 years ago
- Status changed from New to In Progress
- Assigned To changed from Ward Vandewege to Radhika Chippada
Updated by Radhika Chippada almost 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:15442761cb6747628b83c54840f7d2f658bdcf2c.
Actions