skar666
Forum Replies Created
-
I didn’t find any error, so I’ve updated Relevanssi Live Ajax Search to the latest version and the result was the same. But after updating relevanssi to the latest version also it works and the highlight parameter is shown on all suggested URLs. Thank you for help.
The only thing that has changed was an upgrade to wordpress 6.2.2.
Is there any possibility to debug it?
No, I don’t think so. Here are my search input field parameters:
<input type=”text” value=”” name=”s” data-rlvlive=”true” data-rlvconfig=”default” id=”s” autocomplete=”off” aria-owns=”relevanssi_live_search_results_650f6598da75f” aria-autocomplete=”both” aria-label=”Wen…..
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Index only certain pagesIt works fine, thank you!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Highlight terms with spacesOk. I’ve added that snippet of code to my functions.php but nothing happens:
add_filter( 'relevanssi_modify_wp_query', 'rlv_force_sentence' ); /** * Enables the <code>sentence</code> parameter in Releavnssi queries. * * @param WP_Query $query The query object. * * @return WP_Query The modified query object. */ function rlv_force_sentence( $query ) { $query->set( 'sentence', true ); return $query; }Forum: Plugins
In reply to: [Relevanssi - A Better Search] Highlight terms with spacesIs there any way to automatically quote the search term without a user having to manually enter the quotation marks?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Highlight terms with spacesIt don’t work for me. Please have a look on that url:
https://dtco-info.com/?page_id=239665
Please search for that term “Lenk- und Ruhezeiten” and open the first result.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Highlight terms with spacesThere are no quotes in my URL with the highlight parameter. How I can use quotes?
- This reply was modified 3 years, 9 months ago by skar666.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Highlight terms with spacesBut that’s the problem. The exact phrase with spaces is highlighted but also all parts of it too. What default settings are correct to prevent that not single parts of the search term are highlighted?
- This reply was modified 3 years, 9 months ago by skar666.
Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] It Doesn’t work with DiviI follow your instructions and it works for me now. Thank you!
Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] It Doesn’t work with DiviI am using a standard Divi text module without any modifications and that short code: [searchform post_types=”post,page,news”]
The highlight parameter definitely not appear in the live search results link urls. It appears just only in the regular search links.Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] It Doesn’t work with DiviOk, great. Let me know, if you got an answer. Meanwhile I’ll use an shortcode and style it with CSS. What should I do, if I want highlight the search terms in my found documents? I know there is an option for this, but it only works when I do a search and open a document from the search results page, but it doesn’t work when a suggestion list builds up while I type the search term and open a document directly from that suggestion list.
- This reply was modified 3 years, 10 months ago by skar666.
Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] It Doesn’t work with DiviThank you for your fast response. I’ve testet it and it works but just for the search form what I add via a shortcode. With the default search form from divi it doesen’t work for me… here just only appear a drop down box with a list of the previous search terms I’ve used.