#3619 closed defect (bug) (fixed)
Group search returns all groups
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.5.1 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Groups | Keywords: | needs-patch |
Cc: |
Description
When you search Groups from the upper left search box, all groups are returned. This is a regression from 1.2.x so should be fixed soon, if possible.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [5189]) Don't do an is_null() check on search_terms in bp_has_groups; use empty() instead (default is empty string). Fixes #3619.