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
Unanswered
Is there a "break" in FunC?

When you implement flow control in your program and you have a loop, sometimes you need to let the execution path out of that loop while its condition is not over yet. Many programming languages have a break function for that. Is there something like that in FunC?


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

  
  
Posted 8 months ago
Votes Newest

Answers

11K Views
0 Answers
8 months ago
8 months ago
Tags