aboutsummaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
Diffstat (limited to 'search')
-rw-r--r--search/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/index.php b/search/index.php
index 36916b0d5..da94ed493 100644
--- a/search/index.php
+++ b/search/index.php
@@ -23,7 +23,7 @@
$body = "";
- if ($entities = get_entities_from_metadata("",$tag,"",$subtype,15,$offset)) {
+ if ($entities = get_entities_from_metadata("",$tag,"",$subtype,0,15,$offset)) {
foreach($entities as $entity) {
$body .= elgg_view_entity($entity);