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 9

Questions 9

Tags
Sorting
Results
per page
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
0 Votes
0 Answers
153 Views
0 Votes 0 Answers 153 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
120 Views
0 Votes 0 Answers 120 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
1 Votes
1 Answers
123 Views
1 Votes 1 Answers 123 Views
If I want to remove the relationship between two objects with @ManyToOne, is the only way to do car.doors.remove(i) where i is the position of the item to be...
1 Votes
1 Answers
148 Views
1 Votes 1 Answers 148 Views
I have a map in my application but since we've been capturing lots of data there are thousands of markers and it's getting difficult to distinguish between t...
4 years ago
1 Votes
1 Answers
183 Views
1 Votes 1 Answers 183 Views
I am getting this error when trying to run the Helium DevClient java -jar ~/ws/he-dev-client/HeliumDev-app-1.31.1-jar-with-dependencies.jar Exception in thre...
DevOps
84 × 2 Administrator
1 Votes
1 Answers
224 Views
1 Votes 1 Answers 224 Views
I know I can reference or set a variable, or even call a function with DSL in one unit from another unit by first specifying the unit name and then the varia...
2 Votes
1 Answers
198 Views
2 Votes 1 Answers 198 Views
Why is there a limit to the amount of records that can be returned by a DSL native SQL query? Why can't I set that limit to 1 million records all the time?
DevOps
84 × 2 Administrator
4 years ago
2 Votes
1 Answers
179 Views
2 Votes 1 Answers 179 Views
What is the difference between annotating a model object with @NotTracked and adding the model object to the change log skip table section when setting up/up...