filtering by relation does not support 'OR'
Reported by Gaspard Bucher | June 4th, 2009 @ 01:42 PM | in 1.0
A query like "nodes where tag_id eq 45 or hot_id eq 55" will never work because part of the joins are always included.
A fix would be to transform "tag_id eq 45" into "(nodes.id = lk1.target_id ... and ... and nd1.zip = 45)": put all @where clauses in one place.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org