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")
Escape special characters +-&|!(){}[]^"~*?:\ - 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
Deployment of new co-supersonic with 1.4.0 SNASPSHOT


Hi Anand,

Im 1.4.0-SNAPSHOT ist bereits das Java Update auf Java 17 drinne,
darum hat das nicht funktioniert. Wahrscheinlich wäre es besser,
wenn du auf die Release Version 1.3.0 aufbaust.
Außer du bist sehr mutig ;-)

Bezüglich deinem Angular Problem mit dem Pfad:

Hast du die baseHref Anpassung im angular.json gemacht?
"baseHref": "/app/"

Sonst überprüfe nochmal die Anpassungen für Angular mit
git difftool --dir-diff 1.2.0-public 1.3.0-public

lg zoni

1
1
Posted 2 years ago
  
  

Ich bin mutig :-D. Ich lasse es so auf 17. Siehst du irgendwelche Probleme? Beim angular.json habe ich baseHref genommen und das deployUrl weggelassen. Auch bei co-supersonic habe ich das gleiche Problem auf unser Q System. Es ist nicht schlimm, aber ist nicht klar wieso es zuerst auf /app pfad sucht und dann spaeter das richtige Pfad findet.

Anand Natampalli   2 years ago Report
185 Views
0 Answers
2 years ago
2 years ago