From 90f1ff8a0beb825b867f59cff2b3959309d1932b Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Wed, 5 Feb 2025 11:02:12 -0600 Subject: [PATCH] Increase limit on ticker search --- app/models/provider/synth.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/provider/synth.rb b/app/models/provider/synth.rb index bcb9f345..a5356a0f 100644 --- a/app/models/provider/synth.rb +++ b/app/models/provider/synth.rb @@ -133,6 +133,7 @@ class Provider::Synth req.params["name"] = query req.params["dataset"] = dataset req.params["country_code"] = country_code + req.params["limit"] = 25 end parsed = JSON.parse(response.body)