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 solidity

Questions with tag solidity

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I want to understand how TON as a blockchain works. I aim to understand: 1. Ton Virtual Machine 2. Blockchain Consensus I come from a Solidity background. Ar...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I have a smart contract that accepts messages from users. I would like to keep a history of requests. How can I save a list of pairs (address, text of the me...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
We have a project written in Solidity. How much effort would it take to move such a project to TON? Does it mean a total rewrite from scratch in FunC, or is ...
one year ago