issues
search
enonic
/
lib-guillotine
Apache License 2.0
3
stars
0
forks
source link
`boost` param cannot be used in `boolean` query #285
#289
Closed
anatol-sialitski
closed
1 year ago
anatol-sialitski
commented
1 year ago
Fixed validation for
BooleanDSLExpression
The limitation of setting only one field from
should
,
must
,
mustNot
, or
filter
has been removed. Now it is implemented in the same way as in QueryDSL in XP.
BooleanDSLExpression
should
,must
,mustNot
, orfilter
has been removed. Now it is implemented in the same way as in QueryDSL in XP.