| 1 | | qTopic is ATCTTopic extending class. qTopic allows query custom |
|---|
| 2 | | catalogs besides portal_catalog, export query result to csv file. |
|---|
| | 1 | qTopic |
|---|
| | 2 | |
|---|
| | 3 | The idea of qTopic is to allow building SmartFolder queries on custom catalogs |
|---|
| | 4 | added to Plone site. We had to update atct tool to keep the track of all catalogs |
|---|
| | 5 | indexes and metadata, cause standard implementation supports only portal_catalog. |
|---|
| | 6 | |
|---|
| | 7 | Also we often had a need to return SmartFolder results in csv format, |
|---|
| | 8 | so simple one click exporter action was added. |
|---|
| | 9 | |
|---|
| | 10 | qTopic itself is ATCTTopic extending class which allows to select catalog to be queried, |
|---|
| | 11 | and has extra csv setup properties. |
|---|
| | 12 | |
|---|
| | 13 | The atct monkey patch was tested with Plone tests, beside own test. |
|---|