Hello,
orm filters ct names with underscore:

orm('my_ct')->find(array('my_ct.title' => 'xyz'))

user warning: Unknown column 'my_ct.title' in 'where clause' query: SELECT node.* FROM node WHERE node.type = 'myct' AND my_ct.title = 'xyz'

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

read doc... :-P