Commit 2d56dd42 authored by Vincent Pelletier's avatar Vincent Pelletier

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
parent 385c6f2e
...@@ -175,8 +175,8 @@ class RelatedKey(SearchKey): ...@@ -175,8 +175,8 @@ class RelatedKey(SearchKey):
# Query(subordination_title="bar") # Query(subordination_title="bar")
# , operator='OR') # , operator='OR')
# Former catalog rendering (truncated where-expression): # Former catalog rendering (truncated where-expression):
# AND ((catalog.title LIKE '%bil%') OR # AND ((catalog.title LIKE '%foo%') OR
# (related_catalog_1.title = 'My Organisation')) # (related_catalog_1.title LIKE '%bar%'))
# AND (related_catalog_1.uid = related_category_0.category_uid AND # AND (related_catalog_1.uid = related_category_0.category_uid AND
# related_category_0.base_category_uid = 873 AND # related_category_0.base_category_uid = 873 AND
# related_category_0.uid = catalog.uid) # related_category_0.uid = catalog.uid)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment