ikdekker
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] No results from search queryYes
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] No results from search queryI got the facet selection working, but the thing is I have to append the taxonomy name in the URL with “_str”.
So with the taxonomy ‘%5D=brand%3AMini’ it would become ‘%5D=brand_str%3AMini’
I changed line 32 in this file
wpsolr-search-engine\classes\ui\WPSOLR_Data_facets.php
to this:
$facet_to_display_id_without_str = $facet_to_display_id;
And everything does work.Is there another solution or can you change this in a future update?
Thanks
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] No results from search queryThe results and autocomplete do work, but the filters dont work on my custom fields. It always shows all the results and when I reload it gives the error as I posted above.
Should I write code for this myself? Or is there support for this?
The url is now appended with: ?wpsolr_q=summum&wpsolr_fq%5B0%5D=model%3AS60
For reference: https://imgur.com/0JWclSL
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] No results from search queryIf I use the option with my own theme, I can select the widget but I dont have autocompletion then.
The facets also gives an error when I click one checkbox.
The error looks like this:Fatal error: Uncaught exception 'Solarium\Exception\HttpException' with message 'Solr HTTP error: OK (400) {"error":{"msg":"undefined field _price","code":400}} ' in C:\wamp\www\solrcleanwp\wp-content\plugins\wpsolr-search-engine\vendor\solarium\solarium\library\Solarium\Core\Query\Result\Result.php:103
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] No results from search queryForum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] No results from search queryThat does work, however I want to use facets, and those dont show up even when using the “twentyfifteen” WP theme.
I am testing with a clean WordPress install.