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 with tag dsl

Questions with tag dsl

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
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
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
1 Votes
1 Answers
124 Views
1 Votes 1 Answers 124 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
226 Views
1 Votes 1 Answers 226 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...