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
Profile picture
ConvincingDragonfly85
Moderator
3 Questions, 4 Answers
  Active since 22 May 2025
  Last activity 2 months ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
2 Answers
385 Views
0 Votes 2 Answers 385 Views
3 months ago
0 Votes
3 Answers
364 Views
0 Votes 3 Answers 364 Views
2 months ago
0 Votes
2 Answers
386 Views
0 Votes 2 Answers 386 Views
3 months ago
0 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?

2 months ago