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
Profile picture
Patrick Lafrance
Administrator Moderator
0 Questions, 1 Answer
  Active since 22 January 2025
  Last activity 2 days ago

Reputation

299 + 42 this February 0 1

Badges 3

Editor Enthusiast Back in Time
0 Ajouter un onglet à un énoncé

Bonjour Leen,
la structure d'une question est détaillée ici : https://git.dti.crosemont.quebec/progression/documentation/-/blob/master/contenu/structure_exercice.org?ref_type=heads

Il y a une section "Exemple avec énoncé sur deux pages" qui devrait répondre à ta question.

N'oublie pas que le fichier yml a une syntaxe particulière pour insérer du texte sur plusieurs lignes. Et le texte d'une page d'énoncé est lui-même en format markdown.

9 hours ago