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
Arterialist
Moderator
0 Questions, 4 Answers
  Active since 22 January 2023
  Last activity one year ago

Founder of t.me/TheTonPay

t.me/thetonpay

Reputation

70 + 10 this September

Badges 1

Editor
0 Is there a convention for the "unsupported opcode" error code?

There is a "standard" for that, and the error code is 0xffff. It's used in the official smart contract as well: https://github.com/ton-blockchain/token-contract/blob/main/nft/nft-collection.fc#L132

one year ago
1 How to store strings longer than 1023 bits in TON cells?

User "Tim" answered this question, and the answer is to use "snake cells", an example of working with such structure is here.

one year ago
2 How to create a custom token on TON blockchain?

You can use minter.ton.org to create your own Jetton

one year ago