Steffen Gransow

Results 17 comments of Steffen Gransow

For my case I created a RawSourceFinder that returns the "_source" entries directly as results (as I use elasticsearch source filtering to only get a single field out of the...

Tried this locally and it shouldn't be a problem for the filtered...-Stuff. The filter CriteriaList operator stuff needs a bit more testing as it's not a straight forward search and...

@MrHash What would you suggest we do here? The current solution I'm using is something along the following: ```php $number = $this->some_query_service->find(CountFoo::forFoo('bar'))->getTotalCount(); ``` The `CountFoo` query could be like: ```php...

Your implementation may support setters and we might think about an immutable variant that returns itself with changed offset or limit, but there won't be setters in the QueryInterface.

Thanks for the hint. We will have a look when time allows. :+1:

Yeah I was thinking of this: https://github.com/honeybee/honeybee/blob/master/src/Infrastructure/DataAccess/Storage/CouchDb/EventStream/EventStreamAppender.php which might be different dependent on storage technology used.

Still the question of the metadata in the projection as a "normal" properties remains.