Actions
Feature #6164
closedLimit query results to those of a specified working group/organization when using a theme that supports that feature
Start date:
10/18/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
Such as the SNAP theme, which will only show datasets belonging to the SNAP group and its working groups.
Configuration will be on the theme level.
Updated by ben leinfelder about 11 years ago
- Status changed from New to In Progress
Updated by ben leinfelder about 11 years ago
- Status changed from In Progress to Closed
- Assignee changed from Lauren Walker to ben leinfelder
The RegistryModel includes fields that are used to limit search results for all queries issued within that theme. If non are specified, the query does not restrict them (for default and knb themes) but for SNAP we constrain to the "+keywords:SNAP" criteria. Long and complex additional query criteria can be specified as needed for any given theme. The intent is that the criteria match the additional fields that are automatically set in the registry entry form so that content added by that theme also shows up in that theme.
Actions