Skip to content

Commit

Permalink
fix(pacer_bulk_fetch): get proper fields from recap_document
Browse files Browse the repository at this point in the history
  • Loading branch information
elisa-a-v committed Jan 29, 2025
1 parent b9d2cc3 commit 818b5ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cl/search/management/commands/pacer_bulk_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,9 @@ def process_docs_fetched(self):
.only(
"pk",
"status",
"recap_document__pk",
"recap_document__needs_extraction",
"recap_document__id",
"recap_document__ocr_status",
"recap_document__is_available",
"recap_document__filepath_local",
)
)
Expand Down

0 comments on commit 818b5ca

Please sign in to comment.