fix: Respect short_output parameter in player search endpoint #6

Merged
cal merged 2 commits from fix/player-search-respect-short-output into main 2026-02-06 02:11:23 +00:00
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)