Skip to content

Commit

Permalink
feat(elastic): Add comments to the helper that creates full join queries
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Oct 27, 2023
1 parent 0db234c commit 1b1b037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cl/lib/elasticsearch_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,8 @@ def build_full_join_es_queries(
parent_filters = build_join_es_filters(cd)
# If parent filters, extend into child_filters.
if parent_filters:
# Removes the party and attorney filter if they were provided because
# those fields are not part of the RECAPDocument mapping.
child_filters.extend(
[
query
Expand Down

0 comments on commit 1b1b037

Please sign in to comment.