Skip to content

Commit

Permalink
update comment in append_dsl in base.py, re #11477
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Sep 20, 2024
1 parent 42ef6d0 commit dd3aacc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arches/app/search/components/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ def generate_dsl(self, **kwargs):

def append_dsl(self, search_query_object, **kwargs):
"""
used to append ES query dsl to the search request
used to append ES query dsl to the search request,
also used to modify the search query object
if custom index hooks are present
"""

Expand Down

0 comments on commit dd3aacc

Please sign in to comment.