Hi,
We’re looking for a Autocomplete functionality for Relevanssi Plugin and we find yours. But in our case not run. We can see options when you are writing in search field.
Thanks,
]]>This plugin is not being developed (last update three years ago) and is not safe to use. The way the plugin works will slow down page loads, add a ton of load on your database server and may even crash down the whole server.
This plugin will add a very heavy database query on every single page load on your site, with no caching built-in. This plugin would need a lot of development to make it safe to use. Please don’t use it.
]]>Hi there
As most people search for strings (according to Google search stats 50% of the search queries in Google are 4 words or longer), is it on the cards to further develop the plugin to incorporate spaces in the search string?
Thanks in advance.
Steph
]]>Is it possible to filter the keywords that are shown in the dropdown list on the basis of the current WPML language? Currently, all languages are filtered to present these keywords.
I mention that in Relevanssi the option “WPML Limit results to current language” is checked and properly functioning.
I see a previous post provided this solution to auto submit when you click a suggestion result.
_.REPLACE = function (text) {
this.input.value = text.value;
Add this line:
$(‘input[type=submit]’).click();
However it doesn’t seem to work for me.
Do I need to replace the first two lines in the js file or add underneath?
]]>I need a functionality which allows to use up and down arrow in search text box to select keyword from auto-suggestion list. How to do that?
Thanks
]]>Is it possible to auto submit the search form after selecting an autocomplete list item? I feel like this is expected behavior and should be there by default, considering google, youtube, bing and pretty much any search out there with autocomplete has this feature.
I’ve tried writing custom scripts to submit the form when these are clicked, but it seems something in the source code is preventing the click events from firing.
]]>Does this plugin work with multisite? I’ve turned the plugin on and went through all the settings per site, but didn’t know if there was something affecting the way it queries results that could be related to multisite. Thank you!
]]>Hello,
It seems the plugin is printing a large list of data into the html in the var awesomplete.list
as the script doesn’t needed those data if no one writes anything on the search box.
Is it possible to load those data using ajax, this will help decrease pageload time.
]]>Hi,
Autocomplete for Relevanssi works great on all website pages except search results page (search.php in my theme). The code isn’t generated and so suggestions doesn’t work.
How to solve this bug?
Hi,
I would like to use this plugin, but I am not installing old and unserviced plugins. Will there be a new version coming anytime soon?
]]>Hello,
Nice plugin! Does it support keywords composed on two words?
]]>Hi am wondering if anyone here solved the issue with awesomplete.css search results hidden by widget below it?
]]>Hi, I work with Toolset Types and Views, I can create a custom search box using Views and recently Viwes integrated with Relevanssi.
I tried to use also Autocomplete For Relevanssi but it doesn’t work with Views search box.
The problem is that Views doesn’t use the standard WP <input type=”search” name=”s”> field, it uses <input type=”text” name=”wpv_post_search”>.
Another problem is that Views uses AJAX so I need a funtion to callback.
I fixed the problem customizing your plugin code to:
function wpv_autocomplete() {
if (document.getElementsByName("wpv_post_search").length != 0 ) {
var searchInputs = document.getElementsByName("wpv_post_search");
} else {
var searchInputs = document.getElementsByName("s");
}
for(var i = 0; i < searchInputs.length; i++) {
var awesomplete = new Awesomplete(searchInputs[i]);
awesomplete.list = ["<?php echo $iwords_list; ?>"];
awesomplete.minChars = <?php echo $afr_min_chars; ?>;
awesomplete.maxItems = <?php echo $afr_max_suggestions; ?>;
}
}
wpv_autocomplete();
So now it works on wpv_post_search and I can also call the function wpv_autocomplete().
It would be great if you could integrate your plugin with Views by default in the next release.
thanks
Umberto
Hey.
The plugin would be the perfect choice – but it has some issues like ‘bcornellsjc’ wrote as well.
I tried to contact You over Your business site – but there seems to be an error so the message could not be sent.
Is the development of the the plugin still alive?
Thx & Best / Sascha
]]>Switching to the Awesomplete box causes the search input box to shrink to almost nothing and prevents me from setting focus in it. The default style works as expected.
]]>Hi, Just tried using Autocomplete for Relevanssi plugin.
On the settings page I see
16127 terms have been found in the Relevanssi index
I’ve selected “No style”, Minimum chars: 2, Max suggestions: 10.
The Relevanssi search is split into 2 pages, the first for inputting the search terms (and a button to display search results) – which is where I expected to see the autocomplete suggestions after typing the 1st 2 chars – and the second page to display the Relevanssi search results.
But nothing happens, no suggestions, no nothing! What am I doing wrong?
Thanks for any help
David
Hi, Nice plugin.
I have a suggestion/request, would it be possible for autocomplete to start matching only from the start of the word you type into the search box, this would make the autocomplete suggestions much more relevant and I think that this is how Relevanssi works.
Thanks
David
Hello, I tested the plugin and met two problems. It did not work when activating Autoptimize. Its shows only one suggestion in Hueman theme – the other suggestions seems to be hidden by widget under search field.
]]>