Skip to Content
मेन्यू
This question has been flagged
4585 Views

I want to call a pgsql function In my select as follow :

select name from my_table where soundex(name) = 'foo'

So I include a tuple in before to do the select :


query += [('soundex(name)','=',soundex2(foo) ) ]

[...]

product_count = product_obj.search_count(cr, uid, query, context=context)

And I've got the following error :

Invalid field 'soundex(name)' in leaf "<osv.ExtendedLeaf: ('soundex(name)', '=', u'EKLP') on product_template (ctx: )>" 

So, I do I call the soundex function inside of the 'Where' clause ?


Avatar
Discard
Related Posts Replies Views Activity
0
सित॰ 19
98
1
जुल॰ 17
4229
4
अग॰ 16
8446
1
मई 16
5059
1
मार्च 16
5083