Skip to content

Commit

Permalink
add asterisk in search in ElasticsearchPersonService
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelErsh committed Apr 4, 2024
1 parent cb65ea6 commit 77c2ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async_api/src/services/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async def get_or_none(self, person_id: PersonID) -> Person | None:

async def search(
self,
*,
query: str | None = None,
page: int = 1,
size: int = settings.default_page_size,
Expand Down

0 comments on commit 77c2ad8

Please sign in to comment.