- Issue created by @smustgrave
- 🇺🇸United States webdrips
I agree, and I've tried various versions, such as 2.0.6, 3.0.0-beta1, and 3.0.x-dev (all on Drupal 10).
They seemed to work on Drupal 9, so I believe D10 maybe the issue.
- 🇺🇸United States webdrips
Attaching a patch against 3.0.x-dev that fixed the issue for me.
- First commit to issue fork.
- last update
10 months ago 424 pass, 2 fail - Status changed to Needs review
10 months ago 8:24am 21 February 2024 - last update
10 months ago Patch Failed to Apply - Status changed to Postponed: needs info
8 months ago 5:44pm 13 April 2024 - 🇺🇸United States smustgrave
Seems to have a test failure but also the MR is just adding use statement.
FYI I think I found the issue for me. I had solr configured to strip underscores so landing_page became landingpage and that broke. This appears to be working for me in 3.0.x
Anyone else confirm if that was the same issue?
- 🇺🇸United States sassafrass
If I enabled Ignore Case in Search API Processors, the value was displayed. If I disabled Ignore Case, the Label was displayed as expected.