| 1 | = Index based search on Database contents and ontology retrieved data = |
| 2 | [[TOC()]] |
| 3 | |
| 4 | |
| 5 | Details: |
| 6 | ||summary: ||Provide GCC developers with a search on '''(1)''' your Database contents (you can pick which fields you want to search) and '''(2)''' on Ontology terms retrieved from '''OntoCAT''' for a specific keyword from EBI Ontology Lookup Service (OLS) and the NCBO BioPortal results .|| |
| 7 | ||status: ||draft || |
| 8 | ||source: ||URL to sourcecode || |
| 9 | ||demo: || URL to application in which this module is used || |
| 10 | ||manual: || Wiki link to the user manual || |
| 11 | ||design:|| Wiki link to the design (technical, GUI drafts) of the module || |
| 12 | |
| 13 | == What does it do? == |
| 14 | |
| 15 | Explain here the main uses of this module. This can be up to a few paragraphs. |
| 16 | |
| 17 | == User stories == |
| 18 | These stories are on our todo list or already solved: |
| 19 | |
| 20 | Query to TRAC which inserts all closed and open tickets, eg: |
| 21 | {{{ |
| 22 | TicketQuery(component=dummy&group=status&type=enhancement&order=status&desc=true) |
| 23 | }}} |
| 24 | |
| 25 | == Known bugs == |
| 26 | These are bugs reported as part of this module: |
| 27 | |
| 28 | Query to TRAC which inserts all bugs: |
| 29 | {{{ |
| 30 | TicketQuery(component=dummy&type=bugfix) |
| 31 | }}} |