We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a count stored on App\Models\UberTags
count
The below should be possible using the scopeAllChildren on UberTags. Write a test for the scope.
scopeAllChildren
Parents contain the total images of all children tags.
all is the total of children in photos, California
all
photos
California
photos and California has children=true and doesn't tend to have any images of its own.
children=true
Based on this example: photos contains Berlin, California, FanExpo. Inside those folders are child tags for up to three years. (IE: 2005, 2009, 2014)
Current seeding doesn't give a lot of examples:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a
count
stored on App\Models\UberTagsThe below should be possible using the
scopeAllChildren
on UberTags. Write a test for the scope.Parents contain the total images of all children tags.
all
is the total of children inphotos
,California
photos
andCalifornia
haschildren=true
and doesn't tend to have any images of its own.Based on this example:
photos
contains Berlin, California, FanExpo. Inside those folders are child tags for up to three years. (IE: 2005, 2009, 2014)Current seeding doesn't give a lot of examples:
The text was updated successfully, but these errors were encountered: