Closed marcreichel closed 7 years ago
Hi there,
is it possible to get all models that do not have a specific tag? Something like: Model::withoutAllTags('banana,apple,pineapple') and/or Model::withoutAnyTags('banana,apple,pineapple')
Model::withoutAllTags('banana,apple,pineapple')
Model::withoutAnyTags('banana,apple,pineapple')
Thanks in advance
Not yet, but I'm working on it. :)
This is in the code now, coming to version 3.0 in the next few days. Feel free to test it using the dev-master tag and let me know how it works.
dev-master
Hi there,
is it possible to get all models that do not have a specific tag? Something like:
Model::withoutAllTags('banana,apple,pineapple')
and/orModel::withoutAnyTags('banana,apple,pineapple')
Thanks in advance