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
DiminutiveButterfly84
Moderator
1 Question, 4 Answers
  Active since 03 May 2025
  Last activity 3 months ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
7 Answers
502 Views
0 Votes 7 Answers 502 Views
4 months ago
0 Hi All, I Am Making A Signal Processing Pipeline And I Would Like To Execute It Remotely But When I Do That I Cannot Really Run My Code Because I Lose Python Scripts I Have In Utils Directory. Would Anyone Know How To Make It Work? Do I Have To Create A P

Hi @<1523701070390366208:profile|CostlyOstrich36> , the code is part of the same repository as the pipeline code. That is, I have files in the root repository that I use to build the pipeline (those files are pretty much like the example you have on github) and I have utils directory in the same root repository where I have scripts with custom scikit transformers and methods I frequently reuse.

3 months ago