binarylogic / searchlogic

Searchlogic provides object based searching, common named scopes, and other useful tools.
http://rdoc.info/projects/binarylogic/searchlogic
MIT License
1.39k stars 133 forks source link

Searchlogic search() may return duplicate rows in some cases #76

Closed 6yf closed 14 years ago

6yf commented 14 years ago

search() may return duplicate rows in some special cases, e.g. search Post by tags_name_like("xx") and a row happens to have two tags which contains "xx", then this row was duplicate twice in the result. This is just for testing when working with acts_as_taggable_on gem. Anyway I suggest that search() should make sure to return unique rows. Thanks for your great gem!

mkwiatkowski commented 14 years ago

This is a duplicate of issue #35.

6yf commented 14 years ago

Thanks infrared for your comment and workaround. Can this bug be fixed?

anexiole commented 13 years ago

hello, there, Any progress on this? :)

thank you :)

dlupu commented 13 years ago

Same problem here, Can this bug be fixed?