From a9a3c3e8945dd11a0d81f64a5629876397a1e51d Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 25 Aug 2023 15:11:00 +0700 Subject: Update sync solr function --- indoteknik_custom/views/product_template.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views/product_template.xml') diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index 82b7ce4d..bbbcc4e1 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -9,11 +9,13 @@ - - + + + + @@ -74,5 +76,13 @@ + + + Sync to solr + + + code + model.sync_to_solr() + \ No newline at end of file -- cgit v1.2.3 From 315b832420eb8314e809b1c0f549304d423b45f3 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 26 Aug 2023 12:13:28 +0700 Subject: Create apache solr queue and implement to product.template and website.categories.homepage --- indoteknik_custom/views/product_template.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views/product_template.xml') diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index bbbcc4e1..b2939867 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -82,7 +82,7 @@ code - model.sync_to_solr() + model.action_sync_to_solr() \ No newline at end of file -- cgit v1.2.3