Hi shiva p,
Does it return the same result for the default query "bored"?
Ensure the selected chain is passed to the searchNFTs function properly.
You can test this by manually adding a different chain to the options object below as well:
// 6.2. Search for the NFTs
const options = {
q: searchQuery || "bored",
chain: chain, // replace this line with any other chains
filter: "name",
limit: "30",
};