1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Fix ticker filling when Synth is connected (#1950)

This commit is contained in:
Zach Gollwitzer 2025-03-05 09:30:47 -05:00 committed by GitHub
parent 0544089710
commit cf59fe45e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View file

@ -9,6 +9,8 @@ module Security::Provided
end
def search_provider(query)
return [] if query[:search].blank? || query[:search].length < 2
response = provider.search_securities(
query: query[:search],
dataset: "limited",