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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 3

Questions 3

Tags
Sorting
Results
per page
0 Votes
0 Answers
121 Views
0 Votes 0 Answers 121 Views
I have multiple SQL scripts that need to be executed during deployment. I've packaged them with my app in the "sql-scripts" folder. In my case the order in w...
4 years ago
0 Votes
0 Answers
155 Views
0 Votes 0 Answers 155 Views
If one is making a M-Pesa payment in DSL, the amount parameter needs to be an integer. Does that mean that M-Pesa payments are always using the currency sub-...
4 years ago
0 Votes
0 Answers
136 Views
0 Votes 0 Answers 136 Views
Does Helium (DSL) support Jasper sub-reports and if so how do I include a sub-report?
4 years ago