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
Nicolas Maissouradze
Moderator
0 Questions, 0 Answers
  Active since 01 February 2023
  Last activity 10 months ago

Reputation

38 + 5 this December 0 1

Badges 2

Eureka! Newbie
7 Votes
1 Answers
14K Views
7 Votes 1 Answers 14K 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
590 Views
1 Votes 1 Answers 590 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
593 Views
0 Votes 0 Answers 593 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 ...
10 months ago