I have a CCK field that has an apostrophe in it and in the facet block I get Printable PDF& # 039;s (3) (spacing added to prevent re-encoding here)
Pwolanin mentioned we should try not using 'safe' values in apachesolr.index.inc line 127 since strip_tags is used afterwards.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | cck-value-447622-7.patch | 3.18 KB | pwolanin |
| #6 | cck-value-447622-6.patch | 2.51 KB | pwolanin |
| #5 | cck-value-447622-5.patch | 2.51 KB | pwolanin |
| #3 | cck-value-447622-3.patch | 2.51 KB | pwolanin |
| #2 | cck-value-447622-2.patch | 1.81 KB | pwolanin |
Comments
Comment #1
pwolanin commentedstill seems to be a problem for CCK facets with &
Comment #2
pwolanin commentedok, with some extra decoding thrown in per: #420290: document preparation runs words together
Comment #3
pwolanin commentedhelpful to get the body too
Comment #4
pwolanin commentedTwo tests:
A CCK text field radios w/ allowed values such as:
PDF's
That’s it
Abc Def
and
in the body text
Without converting
äandüinto "ä" and "ü" a search for "Hängebrücke" should have no result.Comment #5
pwolanin commentedor this
Comment #6
pwolanin commented#3 is safer, I think.
Comment #7
pwolanin commentedopps missed query class change
Comment #8
pwolanin commentedcommitted to 6.x
Comment #9
pwolanin commented