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
Profile picture
PleasantOtter67
Moderator
1 Question, 3 Answers
  Active since 16 March 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
6 Answers
671 Views
0 Votes 6 Answers 671 Views
Hi all, I have a big amount of experiment in a single project, there is a way to download the experiments as a custom table? to let's say to a .csv file? Tha...
one year ago
0 Hi All, I Have A Big Amount Of Experiment In A Single Project, There Is A Way To Download The Experiments As A Custom Table? To Let'S Say To A .Csv File? Thanks! Experiment Table Example:

OK, I ended up extracting it from the browser source code with good old copy-paste.
However, I'm definitely need to use the API next time!
Thanks!!!

one year ago
0 Hi All, I Have A Big Amount Of Experiment In A Single Project, There Is A Way To Download The Experiments As A Custom Table? To Let'S Say To A .Csv File? Thanks! Experiment Table Example:

Hi @<1523701070390366208:profile|CostlyOstrich36> ,
I need it the most "dry" way (only basic columns of strings, ints and floats), no fancy tags are required.

one year ago