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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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
cryptobugbear
Moderator
1 Question, 3 Answers
  Active since 31 January 2023
  Last activity 2 months ago

Reputation

40 + 20 this June 0 2

Badges 1

Disciplined
0 Votes
1 Answers
144 Views
0 Votes 1 Answers 144 Views
I am trying to test and work with an updated version of getgems.io-snake example. I got my flattensnake working, however for the makeSnakeCell function I run...
nft
2 months ago
3 Thegraph and Chainlink equivalent for TON network

I asked a similar question on the tg group -

The following should work as a chainlink equivalent, since they allow you to run offline computations-
https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview

4 months ago
1 Is there a Gelato alternative in the TON ecosystem?

The following should work as a gelato equivalent, since they allow you to run offline computations-
https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview

2 months ago
0 How do I store a string in FunC?

You can also store longer strings by creating a linked list of cells, see example here - SnakeCell

2 months ago