- Issue created by @mstrelan
- 🇩🇪Germany mkalkbrenner 🇩🇪
This is Search API's design. (BTW we have the same issue in factes where you can't have multiple facets per field.)
- 🇩🇪Germany mkalkbrenner 🇩🇪
With Search API Solr you can add more boosts using solarium.
- 🇦🇺Australia mstrelan
With Search API Solr you can add more boosts using solarium.
@mkalkbrenner do you have an example of that?
- 🇩🇪Germany mkalkbrenner 🇩🇪
You can create an event subscriber to manipulate the solarium query right before it gets converted and sent to Solr. So you could do anything you could do with Solr.
- First commit to issue fork.
- 🇬🇧United Kingdom farse
@mstrelan the issue should be in the solr contrib module. I have create the issue and added a patch. Probably best to do it the event subscriber way (which I haven't looked into yet but will now).
https://www.drupal.org/project/search_api_solr/issues/3492868#comment-15... ✨ Boosting is limited to one boost per field Active