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
No Name
Moderator
0 Questions, 2 Answers
  Active since 28 September 2022
  Last activity one year ago

Reputation

0
-1 Build adnl-http-proxy on windows fails

from the dockerfile there is this go build line

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
    go build -ldflags="-s -w" -o wstcproxy ./cmd/main.go

try to add the gu build flags for windows
env GOOS=windows GOARCH=386

one year ago
0 TON Site on Windows Server IIS

Im afraid only Ubuntu20 is suported to run a lite-server in an easy way
Please follow this tutorial

https://github.com/ton-blockchain/mytonctrl/blob/master/docs/en/manual-ubuntu.md

one year ago