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
Answered
What is the use of configurations in Sandbox test libraries?

What is the usage of the configuration here? Should I worried about it if I am testing my contract?

https://github.com/ton-community/sandbox#networkblock-configuration

  
  
Posted one year ago
Edited 11 months ago
Votes Newest

Answers


This is the network config, which contains several parameters (gas price, for example).
In most cases you will be fine with the default, because it's the same as the real one.

Read more about config in documentation:

  
  
Posted one year ago
Daniil Sedov
219 × 6 Administrator
6K Views
1 Answer
one year ago
11 months ago
Tags