| 1 | |
| 2 | == Ideas for query interface == |
| 3 | |
| 4 | |
| 5 | == Faceted Browsing == |
| 6 | |
| 7 | We have a column with all the obects and apply a filter to get another column. |
| 8 | |
| 9 | Filters could be |
| 10 | * contains text (in any attribute) |
| 11 | * contains text in a specific attribute |
| 12 | * has certain object type |
| 13 | * is directly related (to the (selected) objects) |
| 14 | * is indirectly related (?) |
| 15 | |
| 16 | The column is divided by object type. |
| 17 | * clicking on an object type selects the type as a filter |
| 18 | |
| 19 | Unfolding the object type shows the selected instances. |
| 20 | |