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
Answered
How to deal with Blueprint deep link QR that doesn't fit on screen?

The Blueprint project generates a QR code upon choosing "create a deep link". But it shows me a QR that's larger than my computer screen so I can't really scan it with my phone. How to deal with it, is there some way to make it creating smaller QRs or use some way to follow a link?


This question was imported from Telegram Chat: https://t.me/tondev/135192

  
  
Posted 11 months ago
Votes Newest

Answers

11K Views
1 Answer
11 months ago
one month ago
Tags