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 tutorial

Questions with tag tutorial

Tags
Sorting
Results
per page
Filter

   
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K Views
I'm looking for a good tutorial to make an NFT smart contract on TON. --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10064
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
What would be your suggestions on some basic pet projects for studying main concepts of ton? These would be smart contracts to write immidiately after doing ...
one year ago
1 Votes
2 Answers
16K Views
1 Votes 2 Answers 16K Views
I've heard from the TON Spanish DevChat that there exists "Ten Lessons for learning FunC". Are those video lessons? --- > This question was imported from Tel...
one year ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
This question has been answered many times before. But people keep asking it again and again, so it is probably a good idea to have the question here, where ...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Is there any more materials on writing those tests? Since I am just joined the TON ecosytem. As far as I understood, in order to test internal command, tests...