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
Hi! I Feel Really Stupid Asking This, But: How Do I Download Graphs In A .Csv Format? I Only Have Download Json Button, Opposed To The Documentation That Says That I Should Also Have .Csv Button

Hi! I feel really stupid asking this, but: how do I download graphs in a .csv format? I only have download json button, opposed to the documentation that says that I should also have .csv button
image

  
  
Posted one year ago
Votes Newest

Answers 7


None

  
  
Posted one year ago

I.e. recreate it by myself

  
  
Posted one year ago

SmoothDuck83 CSV export is only available for table plots

  
  
Posted one year ago

There are the docs:
image

  
  
Posted one year ago

FrothyDog40 could you lead me to place in code where these buttons specified? I think I might have an Idea how to fix that and would like to contribute if I can

  
  
Posted one year ago

SmoothDuck83 Not every plot is trivially be formed as a table (i.e. CSV), that's why the JSON export is available for all plots.
What were you considering?

  
  
Posted one year ago

FrothyDog40 I wanted to just get XY coordinates to change the appearance of the plot

  
  
Posted one year ago
1K Views
7 Answers
one year ago
one year ago
Tags