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
Peter Steves
Moderator
1 Question, 1 Answer
  Active since 07 November 2022
  Last activity 2 years ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
When working with the app template, how Do I keep the backend Quarkus Version up to date, at last withinit's release? Example: I've created an empty superson...
2 years ago
0 How to keep things up to date

That would help with the backend. What about the fronend (Denendency into Angular) and old packages referenced by the docker image?

2 years ago