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

Is it possible to manage files on a server with a TON smart contract?
Is it possible to manage files on a server with a TON smart contract?
Given a frontend that lets users upload files to a server, is there a way to manage uploaded files with a TON smart contract? For example, make the uploaded file go to a specific directory on the server based on the rules defined in the contract? --- > This question was imported from Telegram Chat: https://t.me/tondev/113589
There is a frontend which lets users upload files. There is a server where those files can be stored. Is there a way to manage uploaded files with a TON smart contract? For example, make the uploaded file go to a specific directory on the server based on the rules defined in the contract? --- > This question was imported from Telegram Chat: https://t.me/tondev/113589
#architecture
#architecture
9 months ago
Original
Is it possible to manage files on a server with a TON smart contract?

There is a frontend which lets users upload files. There is a server where those files can be stored. Is there a way to manage uploaded files with a TON smart contract? For example, make the uploaded file go to a specific directory on the server based on the rules defined in the contract? --- > This question was imported from Telegram Chat: https://t.me/tondev/113589
#architecture