fix: Respect short_output parameter in player search endpoint #6
@ -383,7 +383,7 @@ class PlayerService(BaseService):
|
|||||||
|
|
||||||
# Convert to dicts if needed
|
# Convert to dicts if needed
|
||||||
all_player_dicts = cls._query_to_player_dicts(
|
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)
|
# Sort by relevance (exact matches first)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user