Algolia extension error in Magento 2Magento 2 Algolia connection time out issueNeed to Index a Magento 1.9 table with Algolia searchAlgolia Instant search on MagentoSwatches disappearingIndexing a Magento2 table with Algolia SearchMagento 2.1 - How do I downgrade Algolia Search?Algolia REST Api's to apply category, Price and Brand filters using PHP curl process on Algolia?Image not displaying in Algolia search magento2How to Extend Algolia_AutoSearch extension in my own custom extension. Magento 2Cannot read property '$' of undefined Error while using the instantsearch.js file of Algolia. Magento2
What happens if a company buys back all of its shares?
Why do space operations use "nominal" to mean "working correctly"?
Is straight-up writing someone's opinions telling?
Did 007 exist before James Bond?
What would be the safest way to drop thousands of small, hard objects from a typical, high wing, GA airplane?
Using SPID in DB Tables (instead of Table Variable)
How possible is a successful landing just with 1 wing?
Why doesn't philosophy have higher standards for its arguments?
Pi 3 B+ no audio device found
How to find location on Cambridge-Mildenhall railway that still has tracks/rails?
A scene of Jimmy diversity
DC Series motor and its starting
Was Apollo 13 radio blackout on reentry longer than expected?
Generating a PIN from cryptographic bytes
How to check if a new username is a system user?
''Habitable'' planet close to a star
Credit card details stolen every 1-2 years. What am I doing wrong?
A verb to describe specific positioning of three layers
Is this artwork (used in a video game) real?
Strategy to pay off revolving debt while building reserve savings fund?
What is the difference between a Hosaka, Ono-Sendai, and a "deck"?
Wordplay addition paradox
Where do the electrons come from to make the carbon stable during bombardment of alpha particles on beryllium
Migrating Configuration - 3750G to 3750X
Algolia extension error in Magento 2
Magento 2 Algolia connection time out issueNeed to Index a Magento 1.9 table with Algolia searchAlgolia Instant search on MagentoSwatches disappearingIndexing a Magento2 table with Algolia SearchMagento 2.1 - How do I downgrade Algolia Search?Algolia REST Api's to apply category, Price and Brand filters using PHP curl process on Algolia?Image not displaying in Algolia search magento2How to Extend Algolia_AutoSearch extension in my own custom extension. Magento 2Cannot read property '$' of undefined Error while using the instantsearch.js file of Algolia. Magento2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have installed the Algolia search extension on the Magento2 website.
Upon reindexing, I am getting below error.
"upgrade your plan or delete existing records".
My question is an upgraded plan we don't like to go because, we have around max 2k products, so the basic plan is enough for it.
For the second option "Delete existing record"
How to delete the existing records? Does that mean to delete the products?
Can anyone help me to resolve this issue?
I checked with extension support, they suggested me to post a query here.
Thanks
magento2 reindex algolia algolia-search
add a comment |
I have installed the Algolia search extension on the Magento2 website.
Upon reindexing, I am getting below error.
"upgrade your plan or delete existing records".
My question is an upgraded plan we don't like to go because, we have around max 2k products, so the basic plan is enough for it.
For the second option "Delete existing record"
How to delete the existing records? Does that mean to delete the products?
Can anyone help me to resolve this issue?
I checked with extension support, they suggested me to post a query here.
Thanks
magento2 reindex algolia algolia-search
add a comment |
I have installed the Algolia search extension on the Magento2 website.
Upon reindexing, I am getting below error.
"upgrade your plan or delete existing records".
My question is an upgraded plan we don't like to go because, we have around max 2k products, so the basic plan is enough for it.
For the second option "Delete existing record"
How to delete the existing records? Does that mean to delete the products?
Can anyone help me to resolve this issue?
I checked with extension support, they suggested me to post a query here.
Thanks
magento2 reindex algolia algolia-search
I have installed the Algolia search extension on the Magento2 website.
Upon reindexing, I am getting below error.
"upgrade your plan or delete existing records".
My question is an upgraded plan we don't like to go because, we have around max 2k products, so the basic plan is enough for it.
For the second option "Delete existing record"
How to delete the existing records? Does that mean to delete the products?
Can anyone help me to resolve this issue?
I checked with extension support, they suggested me to post a query here.
Thanks
magento2 reindex algolia algolia-search
magento2 reindex algolia algolia-search
edited Jul 9 at 7:27
Raj Mohan R
1,6113 silver badges13 bronze badges
1,6113 silver badges13 bronze badges
asked Jul 9 at 6:14
ManjunathManjunath
636 bronze badges
636 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
One of the possible solution for this
Remove inactive products
In case there are products indexed in Algolia, which are not supposed to be there, they can be removed by running algolia_delete_products indexer:
php bin/magento indexer:reindex algolia_delete_products
This indexer will remove all products
from Algolia indices
, which shouldn’t be displayed in search. This come in handy in case some products were disabled or deleted directly in Magento’s database and the extension could reindex and remove them regularly.
Reference: https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing/
I hope this will help
hi Hasham. you mean by running above command, will it delete products from magento? is there any effect on db? because i am working on directly on live db
– Manjunath
Jul 9 at 6:44
Yes according to algolia documentation, it will remove inactive products. I added the reference as well
– Muhammad Hasham
Jul 9 at 6:58
It will remove from magento db? That shouldn't happen is it? if some products are disabled intensionally, then they will be deleted
– Manjunath
Jul 9 at 7:01
I already mentioned it in answer.
– Muhammad Hasham
Jul 9 at 7:02
Yes u mentioned in answer, will it delete from Algolia indices or from magento database?
– Manjunath
Jul 9 at 10:35
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281292%2falgolia-extension-error-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
One of the possible solution for this
Remove inactive products
In case there are products indexed in Algolia, which are not supposed to be there, they can be removed by running algolia_delete_products indexer:
php bin/magento indexer:reindex algolia_delete_products
This indexer will remove all products
from Algolia indices
, which shouldn’t be displayed in search. This come in handy in case some products were disabled or deleted directly in Magento’s database and the extension could reindex and remove them regularly.
Reference: https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing/
I hope this will help
hi Hasham. you mean by running above command, will it delete products from magento? is there any effect on db? because i am working on directly on live db
– Manjunath
Jul 9 at 6:44
Yes according to algolia documentation, it will remove inactive products. I added the reference as well
– Muhammad Hasham
Jul 9 at 6:58
It will remove from magento db? That shouldn't happen is it? if some products are disabled intensionally, then they will be deleted
– Manjunath
Jul 9 at 7:01
I already mentioned it in answer.
– Muhammad Hasham
Jul 9 at 7:02
Yes u mentioned in answer, will it delete from Algolia indices or from magento database?
– Manjunath
Jul 9 at 10:35
add a comment |
One of the possible solution for this
Remove inactive products
In case there are products indexed in Algolia, which are not supposed to be there, they can be removed by running algolia_delete_products indexer:
php bin/magento indexer:reindex algolia_delete_products
This indexer will remove all products
from Algolia indices
, which shouldn’t be displayed in search. This come in handy in case some products were disabled or deleted directly in Magento’s database and the extension could reindex and remove them regularly.
Reference: https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing/
I hope this will help
hi Hasham. you mean by running above command, will it delete products from magento? is there any effect on db? because i am working on directly on live db
– Manjunath
Jul 9 at 6:44
Yes according to algolia documentation, it will remove inactive products. I added the reference as well
– Muhammad Hasham
Jul 9 at 6:58
It will remove from magento db? That shouldn't happen is it? if some products are disabled intensionally, then they will be deleted
– Manjunath
Jul 9 at 7:01
I already mentioned it in answer.
– Muhammad Hasham
Jul 9 at 7:02
Yes u mentioned in answer, will it delete from Algolia indices or from magento database?
– Manjunath
Jul 9 at 10:35
add a comment |
One of the possible solution for this
Remove inactive products
In case there are products indexed in Algolia, which are not supposed to be there, they can be removed by running algolia_delete_products indexer:
php bin/magento indexer:reindex algolia_delete_products
This indexer will remove all products
from Algolia indices
, which shouldn’t be displayed in search. This come in handy in case some products were disabled or deleted directly in Magento’s database and the extension could reindex and remove them regularly.
Reference: https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing/
I hope this will help
One of the possible solution for this
Remove inactive products
In case there are products indexed in Algolia, which are not supposed to be there, they can be removed by running algolia_delete_products indexer:
php bin/magento indexer:reindex algolia_delete_products
This indexer will remove all products
from Algolia indices
, which shouldn’t be displayed in search. This come in handy in case some products were disabled or deleted directly in Magento’s database and the extension could reindex and remove them regularly.
Reference: https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing/
I hope this will help
edited Jul 9 at 6:59
answered Jul 9 at 6:32
Muhammad HashamMuhammad Hasham
5,53910 gold badges31 silver badges80 bronze badges
5,53910 gold badges31 silver badges80 bronze badges
hi Hasham. you mean by running above command, will it delete products from magento? is there any effect on db? because i am working on directly on live db
– Manjunath
Jul 9 at 6:44
Yes according to algolia documentation, it will remove inactive products. I added the reference as well
– Muhammad Hasham
Jul 9 at 6:58
It will remove from magento db? That shouldn't happen is it? if some products are disabled intensionally, then they will be deleted
– Manjunath
Jul 9 at 7:01
I already mentioned it in answer.
– Muhammad Hasham
Jul 9 at 7:02
Yes u mentioned in answer, will it delete from Algolia indices or from magento database?
– Manjunath
Jul 9 at 10:35
add a comment |
hi Hasham. you mean by running above command, will it delete products from magento? is there any effect on db? because i am working on directly on live db
– Manjunath
Jul 9 at 6:44
Yes according to algolia documentation, it will remove inactive products. I added the reference as well
– Muhammad Hasham
Jul 9 at 6:58
It will remove from magento db? That shouldn't happen is it? if some products are disabled intensionally, then they will be deleted
– Manjunath
Jul 9 at 7:01
I already mentioned it in answer.
– Muhammad Hasham
Jul 9 at 7:02
Yes u mentioned in answer, will it delete from Algolia indices or from magento database?
– Manjunath
Jul 9 at 10:35
hi Hasham. you mean by running above command, will it delete products from magento? is there any effect on db? because i am working on directly on live db
– Manjunath
Jul 9 at 6:44
hi Hasham. you mean by running above command, will it delete products from magento? is there any effect on db? because i am working on directly on live db
– Manjunath
Jul 9 at 6:44
Yes according to algolia documentation, it will remove inactive products. I added the reference as well
– Muhammad Hasham
Jul 9 at 6:58
Yes according to algolia documentation, it will remove inactive products. I added the reference as well
– Muhammad Hasham
Jul 9 at 6:58
It will remove from magento db? That shouldn't happen is it? if some products are disabled intensionally, then they will be deleted
– Manjunath
Jul 9 at 7:01
It will remove from magento db? That shouldn't happen is it? if some products are disabled intensionally, then they will be deleted
– Manjunath
Jul 9 at 7:01
I already mentioned it in answer.
– Muhammad Hasham
Jul 9 at 7:02
I already mentioned it in answer.
– Muhammad Hasham
Jul 9 at 7:02
Yes u mentioned in answer, will it delete from Algolia indices or from magento database?
– Manjunath
Jul 9 at 10:35
Yes u mentioned in answer, will it delete from Algolia indices or from magento database?
– Manjunath
Jul 9 at 10:35
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281292%2falgolia-extension-error-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown