Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Retrieving Unordered NFT Collection Items from TON Blockchain - Any Experiences?


Hi Emmanuel, maybe you can take a reference here for help. Like it mentioned, maybe you will need a archive node since this might be a heavy seraching for the item_id and the NFT Item Address tho

https://docs.ton.org/develop/dapps/asset-processing/nfts#unordered-collection

1
1
Posted 12 months ago
  
  

Thank you Howard for taking the time to respond to my question.

My main concern is about the efficiency of my current solution and whether there are any alternative methods or best practices that I should consider implementing to achieve the desired result.

Retrieving the list of all NFTs in an unordered collection, like TON DNS Domains, requires parsing all transactions on the collection contract and checking every outgoing message to identify the ones that correspond to NFTs belonging to the collection.

I am looking for ways to optimize this process.

Emmanuel Gevorgyan   12 months ago Report
  
  

Sure we do! Please let me know any further solution for this!

Howard Peng   12 months ago Report
293 Views
0 Answers
12 months ago
12 months ago