I would start saying that i'm completely new to this world of web3. What i would like to do is :
Retrieve info's of NFTs from solana network.I would like to retrieve the info by the name.
From reading metaplex documentation and https://docs.solana.com/ i guess it's impossible to do so.
So does i have to do something like this:
Connect to candy machine and find all the nfts and save them in the db with all info's and than obviously make calls to db by name?
My goal is to have all the info's of nft and allow end user to search it by the name.
Any help is appreciated. Just need a path or any little suggestion. Thanks