You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can sort by type, but only aphabetically, and it's really awkward.
need a set of checkboxes to select/filter document types (link form elements to filtering a data table).
need to have a date field if it is available, use modified time if available but otherwise use created time. and make it a separate column that's sortable. things are going to get crowded.
might require rethinking the design to be something more like...
+-------------------------------------------------------+
| |
| c e n t i l l i o n |
| |
| +---------------------------------------------+ |
| | input: search box | |
| +---------------------------------------------+ |
| +---------------------------------------------+ |
| | input: search filters/options/etc | |
| +---------------------------------------------+ |
| +----+ +-------------------------------------+ |
| | | | | |
| | 1 | | 2 | |
| | | | | |
| +----+ +-------------------------------------+ |
| |
| 1 = score |
| | +
| 2 = search result title | +
| search result date |
| search result link |
| search result summary |
| |
| |
| |
| |
| |
+-------------------------------------------------------+
The text was updated successfully, but these errors were encountered:
we can sort by type, but only aphabetically, and it's really awkward.
need a set of checkboxes to select/filter document types (link form elements to filtering a data table).
need to have a date field if it is available, use modified time if available but otherwise use created time. and make it a separate column that's sortable. things are going to get crowded.
might require rethinking the design to be something more like...
The text was updated successfully, but these errors were encountered: