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
Back to post

Revisions 3

one year ago
Howard Peng
10 × 1 Administrator
Does store_slice act like store_ref?
Does store_slice act like store_ref?
Hello, I'm trying to understand the underlying logic of slice and cell in TON blockchain. I'm wondering if `store_slice` acts like `store_ref` and if it's possible to use `load_ref` and `begin_parse` with `store_slice`. Additionally, what is the most efficient way to store a slice as a ref? > The question imported from: https://t.me/tondev_eng/1075
Does store_slice act like store_ref? For example, If I use `store_slice` at sending side, and at receiving side use `load_ref` and `begin_parse` would it be fine? I'm trying to understand the underlaying logic of slice and cell. If not, what's the most efficient way to store slice as ref? > The question imported from: https://t.me/tondev_eng/1075
#smart-contract #func
#smart-contract #func
one year ago
Howard Peng
10 × 1 Administrator
Does store_slice act like store_ref?
Does store_slice act like store_ref?
Does store_slice act like store_ref? For example, If I use `store_slice` at sending side, and at receiving side use `load_ref` and `begin_parse` would it be fine? I'm trying to understand the underlaying logic of slice and cell. If not, what's the most efficient way to store slice as ref? > The question imported from: https://t.me/tondev_eng/1075
Does store_slice act like store_ref? For example, If I use `store_slice` at sending side, and at receiving side use `load_ref` and `begin_parse` would it be fine? I'm trying to understand the underlaying logic of slice and cell. If not, what's the most efficient way to store slice as ref?
#smart-contract #func
#smart-contract #func
one year ago
Original
Howard Peng
10 × 1 Administrator
Does store_slice act like store_ref?

Does store_slice act like store_ref? For example, If I use `store_slice` at sending side, and at receiving side use `load_ref` and `begin_parse` would it be fine? I'm trying to understand the underlaying logic of slice and cell. If not, what's the most efficient way to store slice as ref?
#smart-contract #func