Merge pull request 'fix: Respect short_output parameter in player search endpoint' (#6) from fix/player-search-respect-short-output into main
All checks were successful
Build Docker Image / build (push) Successful in 1m5s

Reviewed-on: #6
This commit is contained in:
cal 2026-02-06 02:11:21 +00:00
commit 70f1918484
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.5.4
2.5.5

View File

@ -383,7 +383,7 @@ class PlayerService(BaseService):
# Convert to dicts if needed
all_player_dicts = cls._query_to_player_dicts(
InMemoryQueryResult(all_players), short_output=True
InMemoryQueryResult(all_players), short_output=short_output
)
# Sort by relevance (exact matches first)