-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.4
-
Component/s: None
A number of things needs to be done for the dynsearch addon to be up-to-date with current Nuxeo features:
- make the query builder more generic so that we can generate other kinds of queries than NXQL queries (and provide apis so that we can display a better smart search screen later)
- make the colum selection system work with new widgets (it's still relying on old layouts and widgets)
- have less contextual fields in the stateful seam component (by using adequate structures to bind to the current context) so that it's easier to refresh/reset
- make it use content views instead of query models
- provide a better integration within Nuxeo, making it possible to save a search
- adding documentation on how to customize and use it