mirror of
https://github.com/Tomato6966/investment-portfolio-simulator.git
synced 2025-04-04 14:40:36 +02:00
allow searching for everything except: future
This commit is contained in:
parent
fc9db8df2b
commit
2036245c2c
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue