Jan Fajfr
Jan Fajfr
When using statless firewall the application goes into infinte loop after sucessfull authentication. The symptoms are similar to what is described here: https://github.com/lightSAML/SpBundle/issues/35 The loop looks like this: ``` GET...
Currently there is any issue. If we request multiple aggregations with the same condition, then only the last one will be kept in the result: .CountBy(x => x.RFQID, c =>...
All the methods in AggsContainer should have overloads for conditional statistics. GetSum for instance complies to this rule: public K GetSum(Expression fieldGetter, Expression filterRule = null) { return aggs.GetSum(fieldGetter, filterRule);...
Integrating matches into the filters is currently quite painful. One has to pass by Query and Bool. Even though the filter part can be done outside. var filter = Filter.CreateFilter(record...