Closed (fixed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2011 at 04:41 UTC
Updated:
26 May 2011 at 02:11 UTC
Jump to comment: Most recent file
After attempting to resolve the issue at #1147510: Rework logic to initialize all facet builds earlier in the application flow, I experienced many application flow problems. The API to needs to be reworked to eliminate the need to override adapter code allowing for Facet API to make flow changes without disturbing the backend.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | facetapi-1152368-2.patch | 2.11 KB | cpliakas |
| #1 | facetapi-1152368-1.patch | 2.11 KB | cpliakas |
Comments
Comment #1
cpliakas commentedThe attached patch adds the API change. This change is necessary for the refactoring happening in the initialization-flow-1147510 branch.
Comment #2
cpliakas commentedReworked method names to be more transparent about what they are actually doing.
Comment #3
cpliakas commentedLooking through the code, this patch was committed at ac17062 along with the resolution to issue #1150662: Facet blocks not remembering overridden settings. Marking as fixed.
Comment #4
cpliakas commentedNote that Apache Solr now needs the patch at http://drupal.org/node/1152382#comment-4451994 to work with the latest version of Facet API.