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
LonelyMoth90
Moderator
1 Question, 14 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
23 Answers
605 Views
0 Votes 23 Answers 605 Views
3 years ago
0 Hi, I Am Getting Following Error While Trying To Checkout A Gut Hub Rep. Error: Rpc Failed; Curl 56 Gnutls Recv Error (-54): Error In The Pull Function. Fatal: The Remote End Hung Up Unexpectedly Fatal: Early Eof Fatal: Index-Pack Failed Repository Cloni

So, at the high level, I have this code base on GIT and I am able to run them without trains interface. i.e. locally, What I want to do is use trains interface for experiments on the repo.
Please see the link to code I am trying to execute.

3 years ago