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 2

one year ago
What to learn to develop on TON after EVM?
What to learn to develop on TON after EVM?
"What things change" — well, lots of them. Different programming languages, different architecture that leads to different approaches, and so on. So be ready to re-learn many things. There's an article specifically aimed at the Solidity developers, probably it's a good idea to start with that: https://blog.ton.org/six-unique-aspects-of-ton-blockchain-that-will-surprise-solidity-developers And after that... just go through the basic TON stuff, I guess — documentation, tutorials and so on.
"What things change" — well, lots of them. Different programming languages, different architecture that leads to different approaches, and so on. So be ready to re-learn many things. There's an article specifically aimed at the Solidity developers, probably it's a good idea to start with that: https://blog.ton.org/six-unique-aspects-of-ton-blockchain-that-will-surprise-solidity-developers And after that... just go through the basic TON stuff as if you had no blockchain background, I guess — documentation, tutorials and so on.
one year ago
Original
What to learn to develop on TON after EVM?

"What things change" — well, lots of them. Different programming languages, different architecture that leads to different approaches, and so on. So be ready to re-learn many things. There's an article specifically aimed at the Solidity developers, probably it's a good idea to start with that: https://blog.ton.org/six-unique-aspects-of-ton-blockchain-that-will-surprise-solidity-developers And after that... just go through the basic TON stuff as if you had no blockchain background, I guess — documentation, tutorials and so on.