wildcards aren't regular tags either

This commit is contained in:
Shish 2012-09-03 11:13:08 +01:00
parent da0bb2d65e
commit c57801bce7

View file

@ -156,7 +156,7 @@ class Image {
}
return $total;
}
else if(count($tags) == 1 && !preg_match("/[:=><]/", $tags[0])) {
else if(count($tags) == 1 && !preg_match("/[:=><\*\?]/", $tags[0])) {
$term = Tag::resolve_alias($tags[0]);
return $database->get_one(
$database->scoreql_to_sql("SELECT count FROM tags WHERE SCORE_STRNORM(tag) = SCORE_STRNORM(:tag)"),