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
Hello Everyone! Can I Hide Some Fields Of My Config File For Task In Ui. I Log File With

Hello everyone! Can i hide some fields of my config file for task in UI. I log file with task.connect_configuration("config.yml") , and my file looks like that

  
  
Posted one year ago
Votes Newest

Answers 3


Hi ComfortableShark77 ,

So if I understand correctly you'd like the values of the configurations hidden when viewing in the UI?

  
  
Posted one year ago

I don't think such a feature exists currently but you could put in a feature request on GitHub 🙂

  
  
Posted one year ago

Hi CostlyOstrich36 . Yes, you are right

  
  
Posted one year ago
619 Views
3 Answers
one year ago
one year ago
Tags