WPIntell

Market

autocompletion

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

26 / 26 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Competitors

1 shown
complaint Do not use this plugin

Do not use this plugin: users show bugs, performance, missing feature pain that may indicate a product gap.

Autocomplete For Relevanssi · 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.
complaint Dangerous, do not use

Dangerous, do not use: users show bugs, performance, support pain that may indicate a product gap.

Autocomplete For Relevanssi · Please do not use this plugin in its current form.
complaint Autocomplete plugin not run

Autocomplete plugin not run: users show bugs, compatibility, performance pain that may indicate a product gap.

Autocomplete For Relevanssi · We can see options when you are writing in search field.
complaint Multisite support?

Multisite support?: users show bugs, performance, missing feature pain that may indicate a product gap.

Autocomplete For Relevanssi · Multisite support?
mixed Some problems I meet

Some problems I meet: users show bugs, compatibility, support pain that may indicate a product gap.

Autocomplete For Relevanssi · Its shows only one suggestion in Hueman theme – the other suggestions seems to be hidden by widget under search field.
complaint Plugin doesn’t run on search results page

Plugin doesn’t run on search results page: users show bugs, compatibility, support pain that may indicate a product gap.

Autocomplete For Relevanssi · Plugin doesn’t run on search results page Hi, Autocomplete for Relevanssi works great on all website pages except search results page (search.php in my theme).
complaint Integrating Autocomplete For Relevanssi with Toolset WP-Views

Integrating Autocomplete For Relevanssi with Toolset WP-Views: users show compatibility, support pain that may indicate a product gap.

Autocomplete For Relevanssi · 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(s
complaint plugin not working

plugin not working: users show missing feature, support pain that may indicate a product gap.

Autocomplete For Relevanssi · 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.
complaint Plugin use in sidebar widget

Plugin use in sidebar widget: users show bugs, support pain that may indicate a product gap.

Autocomplete For Relevanssi · Plugin use in sidebar widget Hi am wondering if anyone here solved the issue with awesomplete.css search results hidden by widget below it?
complaint New version

New version: users show missing feature, setup pain that may indicate a product gap.

Autocomplete For Relevanssi · New version Hi, I would like to use this plugin, but I am not installing old and unserviced plugins.
complaint [request] awesomplete.list pull data from ajax?

[request] awesomplete.list pull data from ajax?: users show missing feature, support pain that may indicate a product gap.

Autocomplete For Relevanssi · Is it possible to load those data using ajax, this will help decrease pageload time.
complaint Nice but buggy

Nice but buggy: users show bugs, missing feature pain that may indicate a product gap.

Autocomplete For Relevanssi · Nice but buggy This is a nice plugin but it breaks my customised search box.
complaint Auto-submit form

Auto-submit form: users show missing feature pain that may indicate a product gap.

Autocomplete For Relevanssi · Auto-submit form Is it possible to auto submit the search form after selecting an autocomplete list item?
complaint Awesomplete CSS box style breaks search

Awesomplete CSS box style breaks search: users show missing feature pain that may indicate a product gap.

Autocomplete For Relevanssi · Awesomplete CSS box style breaks search Switching to the Awesomplete box causes the search input box to shrink to almost nothing and prevents me from setting focus in it.
complaint Still active?

Still active?: users show bugs pain that may indicate a product gap.

Autocomplete For Relevanssi · The plugin would be the perfect choice – but it has some issues like ‘bcornellsjc’ wrote as well.
complaint terms with spaces

terms with spaces: users show support pain that may indicate a product gap.

Autocomplete For Relevanssi · Does it support keywords composed on two words?
complaint Limit results to current (WPML) language

Limit results to current (WPML) language: users show missing feature pain that may indicate a product gap.

Autocomplete For Relevanssi · Limit results to current (WPML) language Is it possible to filter the keywords that are shown in the dropdown list on the basis of the current WPML language?
praise Simple and effective

Simple and effective: users show missing feature pain that may indicate a product gap.

Autocomplete For Relevanssi · Simple and effective This little plugin adds autocomplete to Relevanssi, simple and effective.
praise Perfect

Perfect: users praise quality, which suggests what competitors already do well.

Autocomplete For Relevanssi · Perfect Very good!!!
praise Almost Perfect

Almost Perfect: users praise quality, which suggests what competitors already do well.

Autocomplete For Relevanssi · Almost Perfect Thanks for a great plugin, Would you be able arrow-key-down / up to select the results?
praise autocomplete only from beginning of term

autocomplete only from beginning of term: users praise reliable, which suggests what competitors already do well.

Autocomplete For Relevanssi · 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.
neutral select auto suggest keywords from keyboard

select auto suggest keywords from keyboard: neutral conversation with limited structured signal.

Autocomplete For Relevanssi · select auto suggest keywords from keyboard 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 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
neutral Auto complete n terms with spaces

Auto complete n terms with spaces: neutral conversation with limited structured signal.

Autocomplete For Relevanssi · Auto complete n terms with spaces 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 Hi there As most people search for strings (according to Google search
praise Auto Submit on clicking suggestion

Auto Submit on clicking suggestion: users praise value, which suggests what competitors already do well.

Autocomplete For Relevanssi · _.REPLACE = function (text) { this.input.value = text.value; Add this line: $(‘input[type=submit]’).click(); However it doesn’t seem to work for me.