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
Object Oriented vs Functional Programming

Why are new languages consider functional over OO ?
go and rust are examples

Votes Newest

Answers 2


you may consider swift and type script too
which are OO

1
1
Posted 7 years ago

Sring something = "asdf";
1
1
Posted 6 years ago
5K Views
2 Answers
7 years ago
4 years ago
Tags