This is a followup to #1278042: Add auto-submit for the autocompletion

The one use case that issue left out is when you have view(using a Search API index) that has an exposed filter block that uses search_api_autocomplete.

Now this works when the block is placed on the same page as the view, but it doesn't work when the block is used by itself.

For example: I'm using the block to provide a site wide autocomplete search in my header.

So to recap my problem: The autocomplete works, it just doesn't perform any autosubmit behavior like what was added in #1278042: Add auto-submit for the autocompletion

Let me know if I can provide more information.

Thank you for making such a useful module.

Comments

drunken monkey’s picture

Category: feature » support

Sorry, but I cannot reproduce this. For me, the block works as expected, both autocomplete and autosubmit.
Do you maybe have some other special setup, like placing the block in a panel, or some special caching mechanisms? I first suspected it might be Drupal's normal caching, but it seems to work fine for me even with that enabled.

gmclelland’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Just confirming that upgrading all search api modules fixed the problem. Thank you