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
Jeff
Moderator
3 Questions, 1 Answer
  Active since 10 July 2023
  Last activity one month ago

Reputation

18 + 18 this December 0 3

Badges 3

Editor Eureka! Newbie
0 Votes
2 Answers
8K Views
0 Votes 2 Answers 8K Views
I found a strange behavior in func bitwise operation. I don't understand why. slice slice0 = begin_cell().store_coins(123).end_cell().begin_parse(); int resu...
4 months ago
0 Votes
1 Answers
152 Views
0 Votes 1 Answers 152 Views
Hello, I've been exploring different repositories and noticed inconsistencies in how opcodes are defined. For example, in the ft and nft implementation withi...
2 days ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
I am encountering an inconsistency when calling my_address() in different contexts and hope someone can help me understand why this is happening. When I call...
one month ago