Skip to content

Commit

Permalink
Merge pull request #4 from schubergphilis/fix-search
Browse files Browse the repository at this point in the history
Add missing keys parameter
  • Loading branch information
ddegoede authored Sep 13, 2024
2 parents abcae3c + 247b57c commit 4da1f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheflib/entities/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ def filter(self, query: str, keys: dict = None) -> Generator:
Generator of the objects retrieved based on the filtering.
"""
return self._get_entity_objects(query)
return self._get_entity_objects(query, keys)

0 comments on commit 4da1f16

Please sign in to comment.