
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Time Tracking:
|
|
Original Estimate:
|
1 day, 4 hours
|
|
|
Remaining Estimate:
|
1 day, 4 hours
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
Result display should allow :
- defining columns (selected in search screen)
- put search results in the working list
- export results as CSV
|
|
Description
|
Result display should allow :
- defining columns (selected in search screen)
- put search results in the working list
- export results as CSV
|
Show » |
|
- defining columns not supported by Compass backend. But currently all stored fields are put in result document models, which leaves room for the UI to play.
- to early for that: result document models are partial. Therefore, some later treatment might fail.
- any csv export system based on the DocumentModel API should work out of the box with same limitation on contents. Would need to ask batches to the backend to avoid one-shot transmission of millions of docs though.