#3619 closed defect (bug) (fixed)
Group search returns all groups
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.1 |
| Component: | Groups | Version: | 1.5 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(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.