The feature to not touch non apache solr get parameters introduced in rc1 by #502976: Other GET parameters ignored by Apache Solr Facet Blocks is not respected in breadcrumb.
The feature to not touch non apache solr get parameters introduced in rc1 by #502976: Other GET parameters ignored by Apache Solr Facet Blocks is not respected in breadcrumb.
Comments
Comment #1
robertdouglass commentedPlease be more specific. How are the breadcrumbs behaving? How should they be behaving?
Comment #2
mkalkbrennerIf you start a search with an additional get parameter like /serach/apachesolr_search/Foo?param=bar,
param=bar is kept in facet block unclick links but not in breadcrumb.
Comment #3
robertdouglass commentedAh, got it. Thanks. Yup, need to fix that.
Comment #4
jpmckinney commentedComment #5
jpmckinney commentedComment #6
pwolanin commentedpatch or suggested approach?
Comment #7
janusman commentedI'd suggest using bits of the code we use to remove portions of the current query in the active facet links (the facets with [X]).
This way instead of building the breadcrumb starting from search/apachesolr_search, we would rather chip off bits of the current search URL bit by bit to create the breadcrumb (in reverse... the final breadcrumb first, then the one before, etc.)
Comment #8
jpmckinney commentedDon't know if this affects 7.x. Fix in 6.2 first.
Comment #9
jpmckinney commentedFlipping back to 1.x as 2.x is EOL.
Comment #10
jpmckinney commentedMay've been fixed by #904312: Apache Solr Search submodule really messes up with breadcrumb.