From 2d56dd42ed52635dad49e3a864ab257243b5b89a Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Thu, 5 Mar 2009 14:11:00 +0000
Subject: [PATCH] Example rendering used values unrelated to given input.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25882 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ZSQLCatalog/SearchKey/RelatedKey.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ZSQLCatalog/SearchKey/RelatedKey.py b/product/ZSQLCatalog/SearchKey/RelatedKey.py
index 875104dc72..bbcfda60ad 100644
--- a/product/ZSQLCatalog/SearchKey/RelatedKey.py
+++ b/product/ZSQLCatalog/SearchKey/RelatedKey.py
@@ -175,8 +175,8 @@ class RelatedKey(SearchKey):
     #                Query(subordination_title="bar")
     #                , operator='OR')
     # Former catalog rendering (truncated where-expression):
-    #   AND ((catalog.title LIKE '%bil%') OR
-    #        (related_catalog_1.title = 'My Organisation'))
+    #   AND ((catalog.title LIKE '%foo%') OR
+    #        (related_catalog_1.title LIKE '%bar%'))
     #   AND (related_catalog_1.uid = related_category_0.category_uid AND
     #        related_category_0.base_category_uid = 873 AND
     #        related_category_0.uid = catalog.uid)
-- 
2.30.9