When I try to add a filter to my View to filter by the group member's title (e.g., I want a listing of all users who are the group President), instead of the typical string filtering form, I don't get any inputs. I'd like to have a form which allows me to select the typical string operators - contains, is equal to, etc. - and a string on which to filter, e.g. "President" in this case.

This patch adds that filter, using the generic Views string filter handler. I've tested it in my own case and it seems to work correctly.

CommentFileSizeAuthor
og_titles.views_.inc_.patch343 bytesshaisachs

Comments

mradcliffe’s picture

Assigned: Unassigned » mradcliffe
Status: Needs review » Fixed

Thank you. I have committed the patch and tested this. Being able to use the string filter handler options instead of the default filter handler options improves functionality a lot.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.