Activating options ending into solr http error 400
- lukasParticipant2 years, 5 months ago #31167
After activating this options, I’ve got the following error in frontend:
– 2.1 Presentation: Display “Did you mean?” in search results header ?
– Use partial keyword matches in results
– Use fuzzy keyword matches in results
Solr HTTP error: Bad Request (400) { "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.common.SolrException"], "msg":"Specify at least one field, function or query to group by.", "code":400}}
Am I something missing something when configure the plugin?lukasParticipant2 years, 5 months ago #31186For debugging I had this template activated. Does the themes has to support sidebars or anything else? The output in Frontend:
<form action="" method="get" class="search-frm"> <input type="hidden" value="wdm_return_solr_rows" id="path_to_fold"> <input type="hidden" value="https://localhost:8081/wp-admin/" id="path_to_admin"> <input type="hidden" value="" id="search_opt"> <input type="hidden" value="0" id="paginate"> <input type="hidden" value="0" id="is_after_autocomplete_block_submit"> <div class="ui-widget"> <input type="hidden" id="ajax_nonce" value="32a71320c1"> <input type="text" placeholder="Search ...." value="" name="search" id="search_que" class="search-field sfl2" autocomplete="off"> <input type="submit" value="Search" id="searchsubmit" style="position:relative;width:auto"> <!-- Extra HTML --> <div style="clear:both"></div> </div> </form>
Viewing 14 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic.