- Issue created by @paulbeaney
- Status changed to Closed: outdated
over 1 year ago 8:35am 27 July 2023 - 🇫🇷France paulbeaney
Apologies, just seen this is fixed in 4.2.12. My composer wasn't updating properly - had to remove and install from scratch.
After noticing that a very basic view using Solr (one indexed field returned, no ordering, sorts or filters) only returned results on the default view (no results on any page views created), I dug into the code a bit and with the help of search_api_solr_devel I identified what I think is a typo in the code:
documentoost
instead of documentboost
in line 1866 of SearchApiSolrBackend.php.
In any case, changing it as indicated started giving me results straight away! If someone else coud confirm, that would be great.
Closed: outdated
4.2
Code
Apologies, just seen this is fixed in 4.2.12. My composer wasn't updating properly - had to remove and install from scratch.