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
Ui Suggestion:

UI suggestion:
Pain point :
When viewing a task configuration tab, given a "complex" configuration with many entries, it takes some effort to scroll through the configuration to find some entry of interest. Unfortunately, the browser search "can't see" the whole configuration probably due to something like lazy loading.
Suggestion :
Option 1: disable this lazy loading like behavior if possible
Option 2: introduce a search bar in the top
thoughts?

  
  
Posted 2 years ago
Votes Newest

Answers 10


DepressedChimpanzee34 Experience has shown that some mechanisms for mitigating large sets impact on browser performance are required.
Your 2nd suggestion for adding an in-app search tool for such sections seems to be completely in line with ClearML's behaviour in other UI sections (e.g. console logs) - It'd be great if you can https://github.com/allegroai/clearml/issues/new/choose

  
  
Posted 2 years ago

CostlyOstrich36 , thanks!

  
  
Posted 2 years ago

DepressedChimpanzee34 I see what you mean! Let me check regarding that 🙂

  
  
Posted 2 years ago

CostlyOstrich36 , I am not sure what you mean, but if you refer to the name of the category in the configuration, it doesn't matter.. the names are arbitrary for this example..

  
  
Posted 2 years ago

the above represent my case

  
  
Posted 2 years ago

DepressedChimpanzee34 which section are you referring to, can you provide a screenshot of what you mean?

  
  
Posted 2 years ago

I have some custom configuration that describes the experiment I am running..
Some dictionary.. nothing to do with frameworks

  
  
Posted 2 years ago

which configuration are you passing? are you using any framework for configuration?

  
  
Posted 2 years ago