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
Unanswered
Can Anyone Help Me Understand When The Content Shown In The Ui Is Set/Updated? In Particular, If I Initialize A Task And The Ui Receives Updates For Things Like The Notebook Preview, How Can I Update That Notebook Preview? I Can Imagine Manually Updating


I see! So resuming a task with Task.get_task and then task.mark_running (or whatever) is different than using a task initiated in the current context? Those two behave different in this respect? If I work on a notebook for a day and want to pick it up the next day, is it more sensible to just init a new task?

  
  
Posted 2 months ago
57 Views
0 Answers
2 months ago
2 months ago