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

Error 500 when using endpoint from Orbs
Error 500 when using endpoint from Orbs
Hi everyone I use API v4. In the docs there is example of getting block by unix time: https://mainnet-v4.tonhubapi.com/block/utime/1680031682. Here everything is clear. But if I try to use endpoint from [@orbs-network/ton-access](https://www.npmjs.com/package/@orbs-network/ton-access) request https://ton.access.orbs.network/44A1c0ff5Bd3F8B62C092Ab4D238bEE463E644A1/1/mainnet/ton-api-v4/block/utime/1680031682 returns 500 error. Are there any restrictions when use endpoints from Orbs?
He everyone I use API v4. In the docs there is example of getting block by unix time: https://mainnet-v4.tonhubapi.com/block/utime/1680031682. Here everything is clear. But if I try to use endpoint from [@orbs-network/ton-access](https://www.npmjs.com/package/@orbs-network/ton-access) request https://ton.access.orbs.network/44A1c0ff5Bd3F8B62C092Ab4D238bEE463E644A1/1/mainnet/ton-api-v4/block/utime/1680031682 returns 500 error. Are there any restrictions when use endpoints from Orbs?
#
#
one year ago
Original
Error 500 when using endpoint from Orbs

He everyone I use API v4. In the docs there is example of getting block by unix time: https://mainnet-v4.tonhubapi.com/block/utime/1680031682. Here everything is clear. But if I try to use endpoint from [@orbs-network/ton-access](https://www.npmjs.com/package/@orbs-network/ton-access) request https://ton.access.orbs.network/44A1c0ff5Bd3F8B62C092Ab4D238bEE463E644A1/1/mainnet/ton-api-v4/block/utime/1680031682 returns 500 error. Are there any restrictions when use endpoints from Orbs?
#