Closed (fixed)
Project:
Organic Groups
Version:
6.x-2.x-dev
Component:
Og Views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2009 at 23:20 UTC
Updated:
31 Jan 2012 at 20:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
ñull commented+1 (subcribing)
Yes I feel the same that this filter is missing. I want my users to be able to search both in the node Title (groupname) as well as the Group description.
Comment #2
oxford-dev commented+1
Comment #3
christianchristensen commentedWe too needed to filter on group description as well as name; turns out this is really straightforward given that description is a textfield defined in the views.inc. All that the definition needed was a way to handle the field as a filter - which is a string type.
Note: could not upload a file right now...
Comment #4
dawehnerHere is a patch which additional allows to sort by the description.
This might not be a common use case but there is no real reason why you shouldn't (beside the speed).
Afaik this key is there to define non-simple fields like some which extends views_handler_field_prerender_list, which can't sort.
Comment #5
dawehnerThis patch allows to sort by default, too.
Comment #6
Grayside commentedSlight text change, Otherwise solid.
Comment #7
Grayside commentedhttp://drupalcode.org/project/og.git/commit/a70c254