Commit 600ce219 authored by Vincent Pelletier's avatar Vincent Pelletier

Document ignore_empty_string as being a bad practice.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27768 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95ad64dd
......@@ -55,6 +55,9 @@ class ISearchKeyCatalog(Interface):
performed on them.
ignore_empty_string (boolean)
If True, values from kw which are empty will be skipped.
This parameter should ultimately disapear *and* be disabled by
default, as it is bad to ignore parameters based on their value if
that value has a meaning in SQL.
operator (string)
Used to explicit the logical relation between kw entries.
It must be a valid ComplexQuery logical operator ('and', 'or').
......
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