I've installed Apachesolr 6.x-3.x and the dev of Facets API. It mostly works, but I've noticed that even when I select "Links with checkboxes" from a facet's settings, it does not display with the checkboxes. Is this a bug or am I missing something?
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 1518258-11.patch | 3.38 KB | nick_vh |
| #11 | 1518258-10.patch | 3.21 KB | nick_vh |
| #9 | 1518258-8.patch | 3.09 KB | nick_vh |
| #6 | facetapi-javascript-1518258-6.patch | 2.28 KB | dandaman |
| #4 | facetapi-javascript-1518258-2.patch | 1.49 KB | dandaman |
Comments
Comment #1
dandaman commentedI noticed I did get a JavaScript error in my FireBug when running this with the checkboxes. It seems that the Drupal.behaviors code is in a D7 format and not a D6 format. I'll try to see if I can update it and get it working if I have time.
Comment #2
nick_vhSounds good, Would love to have this fixed.
Nick
Comment #3
cpliakas commentedPiece removed from OP:
Let's break this out into a separate issue and cross-post here.
Thanks for reporting,
Chris
Comment #4
dandaman commentedHere's some code that I believe is more in the 6.x JavaScript format.... it no longer gives an error, but it still doesn't make checkboxes show up.
Comment #5
dandaman commentedCreated separate issue for #3 at #1524640: AND / OR functionality of the facets (D6).
Comment #6
dandaman commentedUpdated patch to include working classes on the links within a facet.
Comment #7
dandaman commentedFor some reason my UL IDs are not good. They have an @ symbol in them and I'm pretty sure that's not OK, right?
Thanks for all your help!
Comment #8
nick_vhCpliakas, how was it solved with the id's in Drupal 7? We're hashing them or?
Comment #9
nick_vhComment #10
nick_vh@dandeman, I encountered similar problems but I just worked around it, let's see if this passes the tests and I'll commit it right away
Comment #11
nick_vhsome small code standard fixes
Comment #12
nick_vhComment #13
killua99 commentedAwesome, works as expected.
Comment #14
nick_vhand committed! Thanks all for the input!
Comment #14.0
nick_vhUpdated issue summary.