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
I Have A Project Which Is Hidden, How Do I Unhide It?

I have a project which is hidden, how do I unhide it?

  
  
Posted one month ago
Votes Newest

Answers 3


Hi @<1547028031053238272:profile|MassiveGoldfish6> , are you self hosted or on the community server? What project is this, a pipelines/dataset project or just some regular project?

  
  
Posted one month ago

Hello @<1523701070390366208:profile|CostlyOstrich36> , I am on a self hosted server. This project has experiments, datasets and models

  
  
Posted one month ago

The project should have a system tag called 'hidden'. If you remove the tag via the API ( None ) that should solve the issue.

How was the project turned to hidden?

  
  
Posted one month ago