| File |
Last Change
|
|---|---|
../
|
|
reference_only/
|
1000 (10 days ago) by nino.borges: Add RelativitySearchReportBatched v1 - direct API search report generator Replaces the previous two-step workflow (manual CSV export + RelativitySearchReport.py) with a single program that connects directly to the Relativity REST API via harvested session cookies. Queries saved searches across one or more workspaces, groups them by folder, and generates a formatted Excel report per workspace - including hyperlinks to each search in the Relativity UI and the full Notes field content. Optionally executes each search to capture document counts. Supports --interactive mode for step-by-step confirmation and per-search timing during initial testing. |
CLAUDE.md
|
1000 (10 days ago) by nino.borges: Add RelativitySearchReportBatched v1 - direct API search report generator Replaces the previous two-step workflow (manual CSV export + RelativitySearchReport.py) with a single program that connects directly to the Relativity REST API via harvested session cookies. Queries saved searches across one or more workspaces, groups them by folder, and generates a formatted Excel report per workspace - including hyperlinks to each search in the Relativity UI and the full Notes field content. Optionally executes each search to capture document counts. Supports --interactive mode for step-by-step confirmation and per-search timing during initial testing. |
work_template.ini
|
1001 (10 days ago) by nino.borges: Added an work ini template, as an example. |
RelativitySearchReportBatched.py
|
1017 (3 days ago) by nino.borges: Added some code to catch the timeout issues that I'm seeing. This will allow it to handle these better, instead of crashing, and will report a TO for any that do time out. |