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

8 months ago
COnX public maven repository
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.
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` is still 1.4.0. If I set it to 1.4.0 everything works.
8 months ago
Original
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` is still 1.4.0. If I set it to 1.4.0 everything works.