Closed 2Seg closed 2 years ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days
Hi @2Seg, I've just released v4.0.0 that supports when
and unless
methods for query builders 🎉
Thanks @babenkoivan!! 🤩
Hello! 👋
I'm implementing this package since babenkoivan/scout-elasticsearch-driver is archived. Don't you think it would be interesting to also implement a
when()
method onAbstractParameterizedQueryBuilder
so that we could call it on child classes such asBoolQueryBuilder
for instance?All these child classes are final and not macroable so I can't see a way to implement it on my own.
Here is an exemple :
Thanks for the great work! Cheers, Eliott