File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- # Persistent Selections for the Selection Plugin
1
+ # Persistent Selections Plugin
2
2
3
- The [ selection plugin] ( http://grails.org/plugin/selection ) provides unified search for information.
3
+ The Grails [ selection plugin] ( http://grails.org/plugin/selection ) provides unified search for information.
4
4
It uses a URI based syntax to select any information from any resource.
5
5
6
- ** This** plugin extends the functionality of the selection plugin by providing persistent storage for selections.
7
- A user can save a selection (query filter) for future use. This plugin is tenant-aware and provides a
8
- Twitter Bootstrap based user interface and GSP tags for managing saved selections.
6
+ ** This** plugin "Persistent Selections" extends the functionality of the selection plugin by providing persistent storage for selections.
7
+
8
+ You provide the user with a query form and use the * selection* plugin to execute the query.
9
+ Then you can use this plugin to let the user save the query for future use.
10
+ Selections (queries) can be private or public which means that each user can have their own list of favorite queries
11
+ or you can provide a list of standard queries for users to select from.
12
+
13
+ The plugin is tenant-aware and provides a Twitter Bootstrap based user interface and GSP tags for managing saved selections.
9
14
10
15
** Example**
11
16
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
class SelectionRepositoryGrailsPlugin {
18
- def version = " 0.9.3-SNAPSHOT "
18
+ def version = " 0.9.3"
19
19
def grailsVersion = " 2.0 > *"
20
20
def dependsOn = [:]
21
21
def loadAfter = [' selection' ]
22
22
def pluginExcludes = [
23
23
" grails-app/domain/test/TestEntity.groovy" ,
24
24
" grails-app/views/error.gsp"
25
25
]
26
- def title = " Repository for persistent selections "
26
+ def title = " Repository for Persistent Selections "
27
27
def author = " Goran Ehrsson"
28
28
def authorEmail = " goran@technipelago.se"
29
29
def description = ''' \
You can’t perform that action at this time.
0 commit comments