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
Profile picture
Natanel Shitrit
Moderator
0 Questions, 1 Answer
  Active since 25 January 2023
  Last activity one year ago

Reputation

10 + 10 this March 0 1
1 Can I use IPFS for hosting TON NFT images?

According to TEP #64 (Token Data Standard):

NFT metadata attributes

...
4. image - Optional. ASCII string. A URI pointing to a resource with mime type image.
...

Uniform Resource Identifier (URI) are not bound to the http protocol and you can use any protocol.

Be aware that while you can use any protocol you want, anything that will fetch your 'image' attrib...

one year ago