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
junmo
Moderator
0 Questions, 3 Answers
  Active since 17 February 2023
  Last activity one year ago

Reputation

20 + 10 this April
0 What is the touch method on a slice in the wallet smart contract?

Please refer this https://ton.org/docs/develop/smart-contracts/guidelines/tips#example
It will place variable "cs" on top of the stack and then reduce gas to interact with this variable.

one year ago
0 What is IHR Fee?

IHR is Instant Hypercube Routing.
It is not implemented yet in TON chain.
So it is always disabled and IHR Fee is always 0.
Refer this https://ton.org/docs/develop/smart-contracts/messages#message-layout

one year ago