facet_ranges in facets #3423
Replies: 1 comment
-
Unfortunately, I believe you're correct that this is not currently supported. It should certainly be possible to add -- it would just require some processing logic in VuFind\Search\Solr\Params and associated facet display logic. Probably not a trivial process, though... and it's also complicated a little bit by the fact that we need to revise all of our facet logic due to Solr 9 deprecations (see VUFIND-1210). Might be easier to reduce technical debt before adding new features, but of course if this is an urgent need, I'm not opposed to working on this sooner. Feel free to open a JIRA ticket or pull request, depending on how much help you need to implement this. :-) |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
Is it possible to configure the facets.ini file to display facet_ranges as well? For example, I want to have a facet that allows selecting records based on their last modification date. I have already set up everything on the Solr side and, with the query:
I receive the following response:
Analyzing the codebase, I don't seem to find any reference to facet_ranges that makes me optimistic.
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions