File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ bool IQuery.IsConditionless
117117 get
118118 {
119119 return _forcedConditionless
120- || ( ( Self . Query == null || Self . Query . IsConditionless || Self . Filter == null || Self . Filter . IsConditionless )
120+ || ( ( ( Self . Query == null || Self . Query . IsConditionless ) && ( Self . Filter == null || Self . Filter . IsConditionless ) )
121121 && Self . RandomScore == null && Self . ScriptScore == null && ! Self . Functions . HasAny ( ) ) ;
122122 }
123123 }
Original file line number Diff line number Diff line change 854854 <None Include =" Reproduce\Issue876.json" >
855855 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
856856 </None >
857+ <None Include =" Reproduce\PatchedTermsAggSort.json" >
858+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
859+ </None >
857860 <None Include =" Search\Aggregations\Terms\TermAggregationSerializes.json" >
858861 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
859862 </None >
You can’t perform that action at this time.
0 commit comments