This database contains three small XPages:

  • View - This just displays a view designated by the query parameters using the Dynamic View Panel and my DynamicViewCustomizer bean
  • FTSearchPage and the FTSearch CC - This performs an FT search in the designated database and returns a view-like table containing the requested fields as columns, all sortable
  • DynaViewPage and the DynaView CC - This generates a view in the designated database (or re-uses one it previously created) to match the requested selection formula and requested columns

The primary potential use for these is in a situation like with Connections, where you want to display some Notes data in a generic and easily-modifiable way without having to manually adjust the design of the database.