Changes between Initial Version and Version 1 of IndexBasedSearch


Ignore:
Timestamp:
2011-02-14T15:16:27+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IndexBasedSearch

    v1 v1  
     1= Index based search on Database contents and ontology retrieved data  =
     2[[TOC()]]
     3
     4
     5Details:
     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
     15Explain here the main uses of this module. This can be up to a few paragraphs.
     16
     17== User stories ==
     18These stories are on our todo list or already solved:
     19
     20Query to TRAC which inserts all closed and open tickets, eg:
     21{{{
     22TicketQuery(component=dummy&group=status&type=enhancement&order=status&desc=true)
     23}}}
     24
     25== Known bugs ==
     26These are bugs reported as part of this module:
     27
     28Query to TRAC which inserts all bugs:
     29{{{
     30TicketQuery(component=dummy&type=bugfix)
     31}}}