Exemples: query
, "exact match"
, wildcard*
,
wild?ard
, wild*rd
Recherche floue: cake~
(finds cakes
, bake
)
Renforcer un terme: "red velvet"^4
, chocolate^2
Regroupement par champ: tags:(+work -"fun-stuff")
Échapper les caractères spéciaux +-&|!(){}[]^"~*?:\
- e.g. \+
\*
\!
Recherche par plage: properties.timestamp:[1587729413488 TO *]
(inclusif),
properties.title:{A TO Z}
(excluant A et Z)
Combiner: chocolate AND vanilla
, chocolate OR vanilla
,
(chocolate OR vanilla) NOT "vanilla pudding"
Recherche par champ: properties.title:"The Title" AND text