- Issue created by @Menthos
Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Input value "f" contains a non-scalar value. in Symfony\Component\HttpKernel\HttpKernel->handle() (line 83 of /app/vendor/symfony/http-kernel/HttpKernel.php).
I am able to index the contents but not able to apply filters.
Solr version: 8.x
Drupal Core version:10.1.7
Search API version: 8.x-1.31
Search API Solr version: 4.3.1
Configured Solr Connector: 8.11.2I have already created an issue in solr. π Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Input value "f" contains a non-scalar value. Closed: duplicate .
Do help if you know anything about this.- π¨π¦Canada Menthos
Can you try with Facet 3 to see if works? I see no error on my end, just the facet not being applied.
- π¨π¦Canada Menthos
I just tested it again on a fresh drupal instance, with only the module listed installed and still the same problem. I haven't installed any patch as its kind of hard to follow which are required currently to be honest.
- πΊπΈUnited States BenStallings
I tried both the beta and most recent dev version of Facets 3, and I'm still getting the error. Before upgrading, my facets actually worked but filters threw the error as specified above (I'm posting here because MKalkbrenner seemed so sure in the search_api_solr ticket that it was not a Solr issue but a Facets issue). However, after upgrading, the facets also don't work! So I'm going back to version 2.
- π¨π¦Canada Menthos
@BenStallings On my end, I ended up using Facets 2 and facets blocks and was able to get it to work properly. Are you getting basically the same error?
- Status changed to Closed: outdated
9 months ago 10:55pm 7 February 2024 - πΊπΈUnited States BenStallings
@marc.mantha I found and fixed this issue in Smart Date module at https://www.drupal.org/project/smart_date/issues/3414404 π BadRequestHttpException: input value contains a non-scalar value Active .
- π¨π¦Canada Menthos
@BenStallings Thanks i will definitely go and have a look. Currently for me switching to Facets 2 fixed the issue however.