Search for images with one or more possible ratings.
rating:'.$ratings[0]->search_term.'
Returns images with the '.$ratings[0]->name.' rating.
Ratings can be abbreviated to a single letter as well
rating:'.$ratings[0]->code.'
Returns images with the '.$ratings[0]->name.' rating.
If abbreviations are used, multiple ratings can be searched for.
rating:'.$ratings[0]->code.$ratings[1]->code.'
Returns images with the '.$ratings[0]->name.' or '.$ratings[1]->name.' rating.
Available ratings:
Name | Search Term | Abbreviation |
---|---|---|
{$rating->name} | {$rating->search_term} | {$rating->code} |