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
Back to post

Revisions 2

11 months ago
Lucas Reeh
108 × 4 Administrator
co-supersonic could not resolve dependencies
co-supersonic could not resolve dependencies
Hi Lukas! We are so very sorry for that inconvenience. This is a temporary problem with some of our transitive dependencies. We are working on fixing this problem! In the meantime please exclude this dependency in your pom.xml: ``` <!-- <dependency> <groupId>at.campusonline.conx.quarkus</groupId> <artifactId>campusonline-extension</artifactId> <version>${conx.quarkus.extension.version}</version> </dependency> --> ``` as a workaround. We hope to get it back in a new spapshot on monday! cheers, luke
Hi Lukas! We are so very sorry for that inconvenience. This is a temporary problem with some of our transitive dependencies. We are working on fixing this problem! In the meantime please exclude this dependency in your pom.xml: <!-- <dependency> <groupId>at.campusonline.conx.quarkus</groupId> <artifactId>campusonline-extension</artifactId> <version>${conx.quarkus.extension.version}</version> </dependency> --> as a workaround. We hope to get it back in a new spapshot on monday! cheers, luke
11 months ago
Original
Lucas Reeh
108 × 4 Administrator
co-supersonic could not resolve dependencies

Hi Lukas! We are so very sorry for that inconvenience. This is a temporary problem with some of our transitive dependencies. We are working on fixing this problem! In the meantime please exclude this dependency in your pom.xml: <!-- <dependency> <groupId>at.campusonline.conx.quarkus</groupId> <artifactId>campusonline-extension</artifactId> <version>${conx.quarkus.extension.version}</version> </dependency> --> as a workaround. We hope to get it back in a new spapshot on monday! cheers, luke