Commit ab16d1d9 authored by Vincent Pelletier's avatar Vincent Pelletier

Use new Operator API to render as SearchText.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25815 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c00685e9
......@@ -113,7 +113,7 @@ class SearchKey(object):
@profiler_decorator
def buildSearchTextExpression(self, operator, value, column=None):
operator_text = operator.getOperator()
operator_text = operator.getOperatorSearchText()
if column is None:
column = self.getColumn()
if isinstance(value, (list, tuple)):
......
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