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

Questions with tag para

Questions with tag para

Tags
Sorting
Results
per page
Filter

   
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K Views
Disclaimer: these questions may be a bit dumb, since I just started trying out a scoold deployment. If I host a scoold server on my own server (on-prem), it ...
3 Votes
1 Answers
4K Views
3 Votes 1 Answers 4K Views
For example, if my db backend for my_other_application was sqlserver, I could, independently of the app, open up the sqlserver gui and issue some sql command...
3 years ago
4 Votes
1 Answers
5K Views
4 Votes 1 Answers 5K Views
Which database are you recommending in production ? Is it OK do use H2 ? We are using the default configuration for database - nothing is specified in para/ ...
5 years ago