allow searching for everything except: future

This commit is contained in:
Chrissy8283 (aka Tomato6966) 2025-01-15 15:15:38 +01:00 committed by GitHub
parent fc9db8df2b
commit 2036245c2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ export const searchAssets = async (query: string): Promise<Asset[]> => {
const params = new URLSearchParams({
query,
lang: 'en-US',
type: 'equity,etf',
type: 'equity,mutualfund,etf,index,currency,cryptocurrency', // allow searching for everything except: future
longName: 'true',
});