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
Answered
Hey Team! There'S Something Small Yet Annoying That I Would Like To Bring To Your Attention... When Reporting Plots / Tables, The Name Of The Series Doesn'T Get Saved, And Instead All Of The Tables Get The Same Name (The Title And The Iteration) Here'S An

Hey Team!
There's something small yet annoying that I would like to bring to your attention...
When reporting plots / tables, the name of the series doesn't get saved, and instead all of the tables get the same name (the title and the iteration)
Here's an example:

  
  
Posted one year ago
Votes Newest

Answers


Hi WhoppingMole85 , can you please provide a small code snippet to play with? How are you saving the tables?

  
  
Posted one year ago