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

Questions with tag tact

Questions with tag tact

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
For local development I can use track.collect but if I want to get all events from a deployed contract. Which js sdk method I can use?
10 months ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
A good way to learn in development is to study code written by other people. There are open source smart contracts written in FunC that people can use for le...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Both FunC and Tact languages can be used for developing on TON. But from what I see, tutorials, questions and other resources are currently focused mostly on...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
What is the byte size of a smart contract that can be deployed on TON? --------- > This question was imported from Telegram Chat: https://t.me/tondev_eng/26332
Howard Peng
10 × 1 Administrator
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K Views
Is there any call to get the contract address inside it? I cant find anything like that in tvm https://t.me/tondev_eng/363
one year ago
0 Votes
2 Answers
18K Views
0 Votes 2 Answers 18K Views
How do you hardcode an address in a smart contract? An example in both FunC would be helpful. https://t.me/tondev_eng/4099