diff --git a/product/ERP5/skins/erp5_core/search_related.zsql b/product/ERP5/skins/erp5_core/search_related.zsql
index db63db6dbbf6f216c0879c9f481bea32afecccd8..195de079acf93ea52295c0477c256c8193eda960 100755
--- a/product/ERP5/skins/erp5_core/search_related.zsql
+++ b/product/ERP5/skins/erp5_core/search_related.zsql
@@ -1,17 +1,17 @@
 <dtml-comment>
 title:Search Category
 connection_id:erp5_sql_connection
-max_rows:1000
+max_rows:10000
 max_cache:100
 cache_time:0
 class_name:ZSQLBrain
-class_file:zsqlbrain.py	
+class_file:zsqlbrain.py  
 </dtml-comment>
 <params>category_uid</params>
 SELECT DISTINCT
-	catalog.uid, catalog.path
+  catalog.uid, catalog.path
 FROM
-	catalog, category
+  catalog, category
 WHERE
-	catalog.uid = category.uid
-AND	category.category_uid = <dtml-sqlvar category_uid type="int">
\ No newline at end of file
+  catalog.uid = category.uid
+AND  category.category_uid = <dtml-sqlvar category_uid type="int">
\ No newline at end of file