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
PunyPigeon71
Moderator
2 Questions, 12 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
13 Answers
577 Views
0 Votes 13 Answers 577 Views
2 years ago
0 Votes
7 Answers
543 Views
0 Votes 7 Answers 543 Views
Hi everyone, is it possible to sync my local git folder with all my source code and connect it to a task?
2 years ago
0 Hi Everyone, Is It Possible To Sync My Local Git Folder With All My Source Code And Connect It To A Task?

It seems that I solved the problem by moving all of the local code (local repos) imports to after the Task.init

2 years ago
0 Hi Everyone, Is It Possible To Sync My Local Git Folder With All My Source Code And Connect It To A Task?

don't know if that was the authors intention but it seems to work

2 years ago
2 years ago
0 Hi Everyone, Is It Possible To Sync My Local Git Folder With All My Source Code And Connect It To A Task?

Hi Jake,
First of all thank you for your reply, I will try and be more specific.
When importing code from a local folder and then generating a task to be run on a remotely my script crashes...

2 years ago