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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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
Zurück zum Beitrag

Versionen 2

vor 2 Jahren
Jan Zimmerbeutel
272 × 4 Administrator
Line Breaks über Script in Textarea mitgeben
Line Breaks über Script in Textarea mitgeben
Hi Karim, ich hatte das Problem auch schon, bei mir hat `
` funktioniert (ASCII Codes für Zeilenumbrüche). Hoffe ich konnte dir helfen, Gruß Jan
Hi Karim, ich hatte das Problem auch schon, bei mir hat 
 funktioniert (ASCII Codes für Zeilenumbrüche). Hoffe ich konnte dir helfen, Gruß Jan
vor 2 Jahren
Original
Jan Zimmerbeutel
272 × 4 Administrator
Line Breaks über Script in Textarea mitgeben

Hi Karim, ich hatte das Problem auch schon, bei mir hat 
 funktioniert (ASCII Codes für Zeilenumbrüche). Hoffe ich konnte dir helfen, Gruß Jan