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 4

What is the touch method on a slice in the wallet smart contract?
What is the touch method on a slice in the wallet smart contract?
I see that there is a `touch` method in the wallet v4 contract: https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90 What exactly does it do? --- > This question was imported from Telegram Chat: > https://t.me/tondev/41989
I see that there is a `touch` method in the wallet v4 contract: https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90 What exactly does it do? --- > This question was imported from Telegram Chat: > https://t.me/tondev/41989
#wallet #func
#wallet
What is the touch method on a slice in the wallet smart contract?
What is the touch method on a slice in v4 wallet smart contract?
I see that there is a `touch` method in the wallet v4 contract: https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90 What exactly does it do? --- > This question was imported from Telegram Chat: > https://t.me/tondev/41989
I see that there is a `touch` method in the wallet contract: https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90 What exactly does it do? --- > This question was imported from Telegram Chat: > https://t.me/tondev/41989
#wallet
#wallet
What is the touch method on a slice in v4 wallet smart contract?
What is the touch method on a slice in v4 wallet smart contract?
I see that there is a `touch` method in the wallet contract: https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90 What exactly does it do? --- > This question was imported from Telegram Chat: > https://t.me/tondev/41989
I see that there is a `touch` method in the wallet contract https://github.com/ton-blockchain/wallet-contract/blob/4111fd9e3313ec17d99ca9b5b1656445b5b49d8f/func/wallet-v4-code.fc#L90 What exactly does it do? --- > This question was imported from Telegram Chat: > https://t.me/tondev/41989
#wallet
#wallet
10 months ago
Original
What is the touch method on a slice in v4 wallet smart contract?

I see that there is a `touch` method in the wallet contract https://github.com/ton-blockchain/wallet-contract/blob/4111fd9e3313ec17d99ca9b5b1656445b5b49d8f/func/wallet-v4-code.fc#L90 What exactly does it do? --- > This question was imported from Telegram Chat: > https://t.me/tondev/41989
#wallet