Closed (duplicate)
Project:
Organic Groups
Version:
6.x-2.1
Component:
Og Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2009 at 01:04 UTC
Updated:
21 Nov 2011 at 15:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
ludo1960 commentedUsing firebug the code is :
Comment #2
moshe weitzman commentedyou have ignored the notice when creating an issue to reproduce the problem without og helper modules
Comment #3
ludo1960 commentedOOPs sorry.
I was unaware of any such notice, where is it? Ok so I disabled everything apert from OG and OG views integration. The problem remains, searching from within a group takes me directly back to the home page without any search results. Clearing the Views cache makes no difference. Any thoughts?
Comment #4
ludo1960 commentedJust installed 6.x-2.x-dev (2009-Apr-24) Group Search still takes me back to home page (no search results)
Comment #5
bjhardin commentedWe had the same problem and sponsored a custom module to fix it. I don't know if this is the best solution, but it works for us. I'd love feedback from other Drupal users and developers.
We have OG version 6.x-1.1 enabled.
Comment #6
khan2ims commentedHi,
I too was having the same problem that when i exposed the filter, the search took me to home page.
Then I did a little of research(ok, it was google search!) and found out that only if we add "page" display, the exposed filter works as search. Now I have a well functioning search.
Imran Khan
Project Manager
New Earth Marketing
Comment #7
GarenCheckley commentedkhan2ims,
when adding a "page" display, what path did you list? I am having the problem described in this thread, added a page display to the view, but my incorrect path returns errors when searching.
Thanks,
garen
Comment #8
Bernardine commentedgaren,
I had the same problem and question ... as part of my testing I plugged "search" in as the path and lo and behold it seems to have just worked.
Comment #9
mcpuddin commentedUse a path like search/group/%
You need to make sure the % is there in order say you are searching that group
Comment #10
caschbre commentedI'm also experiencing the same issue. I've disabled the helper modules and enabled the group search block. I'm using 6.x-2.0.
I tried modifying the og_search view to add a "page" but wasn't able to get it to work with different values in the page path setting.
EDIT: Ok, I think my problem was I had actually cloned og_search to my_og_search and then disabled og_search. Would that cause this issue?
Comment #11
ludo1960 commentedTried every path possible, still cant get it to work! Anyone?
Comment #12
marcp commentedDuplicate of #333072: Problem with group search.
Comment #13
cooldeeponline commented#6+#9 is the solutions that works.. thank you both!!!!