Opened 3 years ago
Closed 3 years ago
#1920 closed Defect (fixed)
groups search by tag returns owner and not group
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | ||
| Severity: | major | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
Haven't had a chance to check this out yet...
in the view groups/find there is this code:
<form id="groupsearchform" action="<?php echo $vars['url']; ?>search/" method="get">
which doesn't go through the page handler. I believe all the search links now go through /pg/search
Change History (3)
comment:1 Changed 3 years ago by cash
comment:2 Changed 3 years ago by cash
- Severity changed from minor to major
- Summary changed from groups plugin points to old search location to groups search by tag returns owner and not group
Easy fix for hitting the search page handler
Bigger issue is that the tag metadata is owned by the group owner so a search for group by tag turns up the owner and not the group.
comment:3 Changed 3 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
This was a problem with the search's default entity view. Fixed in http://trac.elgg.org/elgg/changeset/3983
Note: See
TracTickets for help on using
tickets.

(In [svn:1258]) Refs #352 - group search now hitting /pg/search