Multiple search filters for searchNFTs?

As far as I know, you can only search one field in the metadata when using searchNFTs

Is there a way to search using multiple fields (eg, searching NFTs by a certain name and certain wallet address)?

Iโ€™m essentially just trying to allow users to search their wallets for a particular NFT they own

Hey @purplecomet1,

thanks for reaching out :grinning_face_with_smiling_eyes: at the moment, we have no such feature but Iโ€™ll forward it to the dev team :raised_hands:

If you like to do a multiple fields search you might want to call the API multiple times and iterative over it and compile the results into single array.

Let me know if thereโ€™s any question or you need further help