Hi there,
I have a container table which acts as a tree. Every container has a
boolean value onsale. If I just want to filter the containers who are
on sale, the statement:
where "onsale = 1"
causes the following error:
ERROR: index 'top_container_core': sql_range_query: Column 'onsale' in
where clause is ambiguous (DSN=mysql://prod:*...@localhost:3306/
prod_development).
I guess its because of the acts as tree structure. How can I handle
this problem?
Thanks
Markus
--
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en.