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
Profile picture
functionaldude
  Graz
Moderator
1 Question, 1 Answer
  Active since 07 September 2023
  Last activity 5 months ago

Head of Development @ Studo

Reputation

10 + 10 this July

Badges 2

Editor 2 × Eureka!
0 Votes
2 Answers
947 Views
0 Votes 2 Answers 947 Views
Hi, ich bin dabei unsere COnX app von 1.4.0 auf 1.4.1 zu migrieren. Dabei ist es mir aufgefallen dass der maven repo https://nexus.campusonline.community/rep...
5 months ago
1 COnX public maven repository

Ah, i've just figured it out... despite im updating to COnX version 1.4.2, the conx.platform.version variable in the pom.xml must still be 1.4.0. If I set it to 1.4.0 everything works.

5 months ago