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
Back to post

Revisions 2

one year ago
Jeremy
394 × 5 Administrator
When using TonWeb, what does an error code of "-13" mean?
When using TonWeb, what does an error code of "-13" mean?
I believe this question was more or less answered in another question by Vladimir Plotvinov. You can view it here: https://answers.ton.org/question/1538089852979908608/ For sake of visibility, I'll repost his answer: > You recieve a "-13" exit code. API called lite-server and receive some result it's why you got 200 OK. -13 exit code I would say it means method_id not found on smartcontract (but I can't find this remark in documentation).
I believe this question was more or less answered in another question by Vladimir Plotvinov. You can view it here: https://answers.ton.org/question/1538089852979908608/ For sake of visibility, I'll repost his answer: > You recieve a "-13" exit code. API called lite-server and receive some result it's why you got 200 OK. -13 exit code I would say it means method_id not found on smartcontract (but I can't find this remark in documentation). > 13 - Out of gas error. (it is not a negative number and means out of gas)
one year ago
Original
Jeremy
394 × 5 Administrator
When using TonWeb, what does an error code of "-13" mean?

I believe this question was more or less answered in another question by Vladimir Plotvinov. You can view it here: https://answers.ton.org/question/1538089852979908608/ For sake of visibility, I'll repost his answer: > You recieve a "-13" exit code. API called lite-server and receive some result it's why you got 200 OK. -13 exit code I would say it means method_id not found on smartcontract (but I can't find this remark in documentation). > 13 - Out of gas error. (it is not a negative number and means out of gas)