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
Profile picture
Sergei Krivochenko
  Florianopolis, Santa Catarina, Brazil
Moderator
3 Questions, 0 Answers
  Active since 14 October 2022
  Last activity 9 months ago

Full-stack developer. My TON-project: https://krivochenko.github.io/t11n/

www.linkedin.com/in/krivochenko

Reputation

36 + 26 this March 0 3

Badges 3

Editor Nice Profile Newbie
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Hi everione I try to understand logic of work API v4. In general I have a aim to get full graph of messages for some smart-contract call. I use next algorith...
9 months ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Hi everyone I use API v4. In the docs there is example of getting block by unix time: https://mainnet-v4.tonhubapi.com/block/utime/1680031682. Here everythin...
9 months ago
2 Votes
1 Answers
20K Views
2 Votes 1 Answers 20K Views
Using the ton.cx explorer as an example, when you click on the tab Contract, in the Data section, a lot of information is displayed. Unfortunately, it is all...