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
Aydin Manzouri
Moderator
0 Questions, 1 Answer
  Active since 23 November 2023
  Last activity 8 months ago

Reputation

0

Badges 1

Editor
0 What does `int_msg_info` means in this FunC?

While taking the Stepik TON Blockchain Course, I have summarized the whole Message Serialization Format as this handwriting. Here, we observe these:

  • Apart from begin_cell() and .end_cell(), it consists of 15 fields of bits being serialized one after another.

  • Those 15 fields are grouped into five batches, namely: (a) 0x18 (b) <addr> (c) <grams> (d) `+1+4+4+6...

8 months ago