algoliasearch-wordpress
algoliasearch-wordpress copied to clipboard
❌🗑🙅♂️ Algolia Search plugin for WordPress is no longer supported. Please use our API client guide instead
In the `Algolia_Admin` class, both the `re_index()` and `push_settings()` functions should have a `current_user_can()` check. As of right now, anyone that can login to WordPress, including the basic Subscriber role,...
### What did you expect to happen? I made my own templates for instantsearch and autocomplete and in the process moved all of the JS into a file instead of...
### What did you expect to happen? Search input should contain an `aria-controls` attribute in addition to the `aria-owns` attribute to meet WCAG 2.0 Criterion 4.2.1 ### What happened instead?...
### What did you expect to happen? WordPress re-indexing overwrites any values set in Algolia, so I need to set a custom ranking from within Wordpress. I have data available...
### What did you expect to happen? I installed the system on a preproduction server. I expected it to fetch data from production, but not to write to the index...
### What did you expect to happen? My Search Page setting is set to "Use Algolia with Instantsearch.js ". I've added this to the functions.php of my theme. ```php function...
I'm using Algolia autosuggest for 4 custom post types only. ### What did you expect to happen? I want to list the autosuggested results by relevance without grouping by post...
### What did you expect to happen? We did static export from our staging version of WordPress and noticed that all indexed items are pointing to the staging installation. We...
### Question? I am wondering if it is possible to have all .instantsearch results open in a new tab? I found this for .autocomplete https://github.com/algolia/docsearch/issues/104 ### Technical info * WordPress...
Currently, when indexing terms and using WPML, only the terms of the current active language are indexed. This is because we do not use `suppress_filter` in `get_terms`. This feature has...