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, I'Ve Seem To Come Across A Bug When Creating A New Child Dataset That Overwrites Parent Dataset Files. The New Files In The Child Are Added As External Files, But The Files In The Parent Are Zipped. As A Result, The Modified Files Are Both In Link Ent

Hi, I've seem to come across a bug when creating a new child dataset that overwrites parent dataset files. The new files in the child are added as external files, but the files in the parent are zipped. As a result, the modified files are both in link entries and file entries, but due to how get_local_copy() is currently implemented, it always overwrites the newer external files with symlinks to the parent dataset files. Here's a minimal example: None . The weird file/link issue is also reflected in the dataset dashboard file/link and files changed counters. I would've expected that it'd show either that files added to be 1 and modified 1 or added to be 2 and modified 0, but somehow it ends up at added 2 and modified 1.
image

  
  
Posted 8 days ago
Votes Newest

Answers


Hi @<1709015393701466112:profile|ScatteredPeacock14> , please open a GitHub issue for this to follow up on!

  
  
Posted 8 days ago