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 All

Hi all 👋
I have a question regarding Datasets, I can see the genealogy of the Dataset I'm looking at (I can know its parents and older). But I want to see the global genealogy of my Datasets (if there are differents children with different children, I want to be able to see everything in one graph). Is it possible ? 🤔

  
  
Posted 23 days ago
Votes Newest

Answers 2


Hi @<1546303293918023680:profile|MiniatureRobin9> , I'm not sure I understand the question - if you're asking about a specific dataset with all it's version, you can see that in the WebApp in the specific dataset page. If you're talking about multiple datasets, than by definition each one is the start of its own genealogy...

  
  
Posted 23 days ago

Hi @<1523701087100473344:profile|SuccessfulKoala55> , here is an example :
On the picture of the Dataset 'DS_Master', the versions 1.0.1,1.0.2,1.0.3 and 1.0.4 are all children of the version 1.0.0. When I go on one specific version, I can see that the version 1.0.0 is the parent of the version I'm looking at. But when I go on the version 1.0.4 for example, I dont' know that the versions 1.0.1,1.0.2,1.0.3 are also children of the version 1.0.0. And I would like to see that on a graph, like the second picture.
image
image

  
  
Posted 22 days ago
89 Views
2 Answers
23 days ago
21 days ago
Tags