πΊπΈUnited States thomps9012
Reroll of Drupal 10 patch with config sync file added in
πΊπΈUnited States thomps9012
Bringing patch into drupal 10 compliance
πΊπΈUnited States thomps9012
Resolution to patch 19 which was attempting to pass the translate object as a query parameter
πΊπΈUnited States thomps9012
FYI the interdiff is in the previous comment and file 3133309-18.patch attached to this comment is the actual patch
πΊπΈUnited States thomps9012
For context we're using version 2.0.6 of facets, solr / solr cloud, and json:api search index.
Here's what we're seeing for the url of our merged node facet (in the metadata section of our json:api response):
https://base_url.com/jsonapi/index/solr_node_index?filter[facet_group]=facet_item&filter[0]=facet_group:facet_item&filter[1]=facet_group:facet_item
Which is not a clickable link.
Our patch corrects the generated url to the below:
https://base_url.com/jsonapi/index/solr_node_index?filter[facet_merged_name][condition][path]=facet_group&filter[facet_merged_name][condition][value][0]=facet_item_1&filter[facet_merged_name][condition][value][1]=facet_item_2&filter[facet_merged_name][condition][value][2]=facet_item_3
Which is a clickable link
Hopefully this patch helps resolve this issue for some others, if not