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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 testing

Questions with tag testing

Tags
Sorting
Results
per page
0 Votes
1 Answers
73 Views
0 Votes 1 Answers 73 Views
There is a bot that gives away testnet coins to anyone who asks, but only 2 coins per hour. What to do if I need more than that for testing purposes? --- > T...
1 Votes
1 Answers
64 Views
1 Votes 1 Answers 64 Views
When developing multiple smart contracts that interact with each other, what can be used for integration testing without putting them all on testnet every ti...
24 days ago
0 Votes
1 Answers
129 Views
0 Votes 1 Answers 129 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...
one month ago
0 Votes
1 Answers
136 Views
0 Votes 1 Answers 136 Views
What is the usage of the configuration here? Should I worried about it if I am testing my contract? https://github.com/ton-community/sandbox#networkblock-con...
one month ago
5 Votes
1 Answers
4K Views
5 Votes 1 Answers 4K Views
There's a lot of setup for a project to implement a smart contract in FunC for TON blockchain (ton.org). Is there a good practice setup project that provides...
Tal Kol
270 × 3 Administrator
5 months ago
5 Votes
1 Answers
3K Views
5 Votes 1 Answers 3K Views
I'm developing a smart contract for TON blockchain in FunC and I'm trying to find a bug in my code. I'm trying to debug the issue and will appreciate somethi...
Tal Kol
270 × 3 Administrator
5 months ago