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
vm
Moderator
1 Question, 0 Answers
  Active since 01 February 2023
  Last activity 2 months ago

Reputation

38 0 1

Badges 3

Editor Eureka! Newbie
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
https://docs.dedust.io/docs/swaps Hello, it works when I am swapping ton to jetton. But not jetton -> ton. In the docs, VaultJetton.createSwapPayload({ poolA...
2 months ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
https://docs.dedust.io/docs/swaps Hello, it works when I am swapping ton to jetton. But not jetton -> ton. In the docs, VaultJetton.createSwapPayload({ poolA...
2 months ago
7 Votes
2 Answers
21K Views
7 Votes 2 Answers 21K 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...
one year ago
1 Votes
1 Answers
1K Views
1 Votes 1 Answers 1K Views
Hello, is there any equivalent of emit and event. Like in solidity and with possibility to cache all data and access it later? Thank you!
0 Votes
0 Answers
981 Views
0 Votes 0 Answers 981 Views
Is there any zk friendly hash algorithm available in FunC, like MiMCSponge? For example: https://github.com/bitwise343/mimcsponge-solidity Or is there a way ...
one year ago