Hi, It's me again.

I use your great module as views exposed filter to let user quckly find content. If I remove distinct filter, user visit the view without add tags and he/she will read duplicated contents.

Thanks

Comments

roychri’s picture

Status: Active » Closed (won't fix)

Unless I misunderstood your post, I think you misunderstood the value of the distinct filter.
This is precisely why the distinct filter was created.
The goal of the distinct filter is to deal with lists that contains duplicate posts.
If you get duplicated contents, then enable the distinct filter.

If I misunderstood, let me know.