Changes between Version 3 and Version 4 of QueryInterface


Ignore:
Timestamp:
Jun 6, 2013, 3:02:31 PM (11 years ago)
Author:
jklassen
Comment:

add link to development prototype

Legend:

Unmodified
Added
Removed
Modified
  • QueryInterface

    v3 v4  
    44
    55== Faceted Browsing ==
     6
     7=== Goals ===
    68
    79We have a column with all the obects and apply a filter to get another column.
     
    2426
    2527Some objects would have more complex display rules, e.g. Witness showing author and title (from text).
     28
     29=== Prototype ===
     30
     31These goals are being partially achieved using a Python webapp based on the [https://bitbucket.org/mchaput/whoosh/wiki/Home whoosh] search library and [http://www.tornadoweb.org/en/stable/ Tornado] web framework. The prototype in development is hosted on !GitHub:
     32
     33https://github.com/jamieklassen/ismi-search
     34
     35==== Current Features Implemented ====
     36
     37 * Filters -- all can be matched exactly or approximately:
     38  * contains text (in any attribute)
     39  * contains text in a specific attribute
     40  * contains text in any attribute approximately matching a query string
     41 * Results are sorted by object type
     42 * Unfolding the object type shows the selected instances
     43 * It is possible to select which attributes to display for each group of instances
     44
     45Outstanding issues are tracked [https://github.com/jamieklassen/ismi-search/issues here].