Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not unique table/alias when using multiple tag groups #1

Open
kurumpa opened this issue Jan 3, 2012 · 0 comments
Open

Not unique table/alias when using multiple tag groups #1

kurumpa opened this issue Jan 3, 2012 · 0 comments

Comments

@kurumpa
Copy link

kurumpa commented Jan 3, 2012

You can't use taggedWith() to find records with tags from several groups.

For example when using 'categories' and 'os' tags from http://www.yiiframework.com/extension/taggable/#hh15 it is impossible to get models like $soft = Software::model()->byCategory('audio')->byOs('windows')->findAll() ( 'byCategory' and 'byOs' are corresponding named scopes that use taggedWith() ), the error is "Not unique table/alias: 'bt0'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant