| Change | |
|---|---|
| To | |
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} |
".make_form(make_link("user_admin/default_ratings"))."
| Default Rating Filter | |
|---|---|
| This controls the default rating search results will be filtered by, and nothing else. To override in your search results, add rating:* to your search. | |
| ".$this->get_selection_rater_html($selected_ratings, true, $available_ratings)." | |