Hello,

Commenters can give a random name without being registered, and when I filter for those names on Comment admin it does not find their posts.

Comments

damiankloip’s picture

Category: bug » feature

That's because you are trying to use the author autocomplete field. I think what you are after is the name field. As all comments by anonymous users will be 0, with the 'name' column containing the name they entered on the comment field.

If we want to consider adding this, definitely a feature request and not a bug report.

I can see how this can be confusing because the Author field in the actual listing is the 'name' field.

giorgio79’s picture

Much appreciated for the clarification Damian :)

Perhaps, an OR combined filter would do it elegantly without adding more filters. :)

damiankloip’s picture

Alas, I don't think that will work, as one is a regular textfield and another is an autocomplete.

damienmckenna’s picture

Project: Administration Views » Views (for Drupal 7)
Version: 7.x-1.x-dev » 7.x-3.x-dev
Issue summary: View changes

This is also an issue in Views, not Admin Views.