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
All checks were successful
Build Docker Image / build (push) Successful in 1m5s
Reviewed-on: #6
This commit is contained in:
commit
70f1918484
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user