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
Can we use QR code to log-in ?(like in Metamask)
Can we use QR code to log-in ?(like in Metamask)
Yes, you can use many SDK/open source project shared with related way to acheive that. - https://github.com/ton-foundation/ton-x This lib can give you a connect via qr code option support with tonhub mobile wallet - More recently, TON community just launched the [TON Connect 2.0](https://ton.org/docs/develop/dapps/ton-connect/comparison), you can connect more better UX and working with the real-time performance of it. Nonetheless, you can find the example with github online page to try out. here is the example demo link and repo: https://github.com/ton-connect/demo-dapp-with-react-ui https://ton-connect.github.io/demo-dapp-with-react-ui/
Yes, you can use many SDK/open source project shared with related way to acheive that. - https://github.com/ton-foundation/ton-x This lib can give you a connect via qr code option support with tonhub mobile wallet - More recently, TON community just launched the [TON Connect 2.0](https://ton.org/docs/develop/dapps/ton-connect/comparison), you can connect more better UX and working with the real-time performance of it.
one year ago
Original
Can we use QR code to log-in ?(like in Metamask)

Yes, you can use many SDK/open source project shared with related way to acheive that. - https://github.com/ton-foundation/ton-x This lib can give you a connect via qr code option support with tonhub mobile wallet - More recently, TON community just launched the [TON Connect 2.0](https://ton.org/docs/develop/dapps/ton-connect/comparison), you can connect more better UX and working with the real-time performance of it.