Active
Project:
Project issue tracking
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2013 at 22:52 UTC
Updated:
18 Oct 2013 at 22:58 UTC
features/drupalorg/search_advanced_issues.feature
Any search which narrows on the Advanced search facet is returning the text "Found results containing the words:" but no actual results when their should be. Instead the "Browse" listing is displayed.
For example, when I search for the word "test", which should have results:
http://git7site.devdrupal.org/search/issues?test=test
This may be a redirect issue since after performing the advanced search, I land on http://git7site.devdrupal.org/search/site.
Comments
Comment #1
eliza411 commentedTagging
Comment #1.0
eliza411 commentedAdding description of redirect
Comment #2
drummD7's new hook_search_info() should be implemented so project_issue_search_page() is active.
If this doesn't solve it, such as needing hook_search_execute() to be implemented too, we should consider using the /project/issues path and not bothering with the view pretending to be a type of search as core defines it.
Comment #3
drummComment #4
drummI actually opted to bypass the search/issues path and go with the canonical project/issues/search in drupalorg, http://drupalcode.org/project/drupalorg.git/commit/2a054c8.
Leaving open because this still should be sorted out in project_issue.
project_issue_search_page()is actually dead code at the moment, it doesn't have a menu callback. I think this may be intentional and we should remove that function. (Or maybe the D7 search-page-related hooks should be implemented to make search/issues active again.)Comment #5
drummtags
Comment #5.0
drummClarified details.