Closed (fixed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Oct 2011 at 12:34 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cpliakas commentedAdding "low hanging fruit" tag.
Comment #2
foopang commentedHi, how could I contribute to this module?
Is this issue solved? I couldn't find the "url_processor" key in hook_facetapi_search_info()?
Comment #3
cpliakas commentedHi beansboxchrispang.
Thanks for your interest in contributing. Take a look at the facetapi_get_searcher_info() function for where the discrepancy is. You will see that the other items such as "supports facet missing" and "supports facet mincount" have spaces instead of underscores. The "url processor" key also has to be documented in the doc blocks, as I just noticed that it is missing.
Thanks,
Chris
Comment #4
cpliakas commentedThis key has to be documented in the hook_facetapi_searcher_info() function in the facetapi.api.php file as well.
Comment #5
cpliakas commentedAttached patch makes the change.
Comment #6
cpliakas commentedResolved in commit http://drupalcode.org/project/facetapi.git/commit/052a3c8.