summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/index.php b/packages/index.php
index ba9c25c..304c70c 100644
--- a/packages/index.php
+++ b/packages/index.php
@@ -138,7 +138,7 @@ if (isset($_GET["q"])) {
$exact_filter = " AND `binary_packages`.`pkgname` = from_base64(\"".base64_encode($_GET["q"])."\")";
$fuzzy_filter = " AND `binary_packages`.`pkgname` LIKE from_base64(\"".base64_encode("%".$_GET["q"]."%")."\")";
} else {
- $exact_filter = "";
+ $exact_filter = " AND 0";
$fuzzy_filter = "";
}