Version Notes
This version is compatible with Magento 1.4.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Sonassi_FastSearchIndex |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
app/code/community/Sonassi/FastSearchIndex/controllers/AdminController.php
CHANGED
@@ -18,7 +18,7 @@ class Sonassi_FastSearchIndex_AdminController extends Mage_Adminhtml_Controller_
|
|
18 |
|
19 |
$query = "TRUNCATE `catalogsearch_fulltext`;";
|
20 |
foreach ($allStores as $_eachStoreId => $val) {
|
21 |
-
$query .= "INSERT INTO catalogsearch_fulltext (product_id, store_id, data_index)
|
22 |
SELECT DISTINCT ca_ent.entity_id as product_id, ".$_eachStoreId." as store_id,
|
23 |
CONCAT(ifnull(ca_var.value,''),' ',ifnull(ca_ent.sku,''), ' ',
|
24 |
ifnull((SELECT GROUP_CONCAT( ca_ent2.sku) FROM `catalog_product_entity` ca_ent2 LEFT JOIN `catalog_product_super_link` ca_sup ON ca_sup.product_id = ca_ent2.entity_id WHERE ca_sup.parent_id = ca_ent.entity_id GROUP BY ca_sup.parent_id),'') ,' ',
|
18 |
|
19 |
$query = "TRUNCATE `catalogsearch_fulltext`;";
|
20 |
foreach ($allStores as $_eachStoreId => $val) {
|
21 |
+
$query .= "INSERT IGNORE INTO catalogsearch_fulltext (product_id, store_id, data_index)
|
22 |
SELECT DISTINCT ca_ent.entity_id as product_id, ".$_eachStoreId." as store_id,
|
23 |
CONCAT(ifnull(ca_var.value,''),' ',ifnull(ca_ent.sku,''), ' ',
|
24 |
ifnull((SELECT GROUP_CONCAT( ca_ent2.sku) FROM `catalog_product_entity` ca_ent2 LEFT JOIN `catalog_product_super_link` ca_sup ON ca_sup.product_id = ca_ent2.entity_id WHERE ca_sup.parent_id = ca_ent.entity_id GROUP BY ca_sup.parent_id),'') ,' ',
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sonassi_FastSearchIndex</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Under licence from Sonassi.com</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>The Sonassi Fast Search Index extension allows you to quickly refresh your catalogfullsearch index if you have a big catalog.</description>
|
11 |
<notes>This version is compatible with Magento 1.4.</notes>
|
12 |
<authors><author><name>Ben Lessani</name><user>auto-converted</user><email>contact@sonassi.com</email></author></authors>
|
13 |
-
<date>2011-01-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Sonassi_FastSearchIndex.xml" hash="e6d150b19bc71606818ebe9fca9549ac"/></dir></target><target name="magecommunity"><dir name="Sonassi"><dir name="FastSearchIndex"><dir name="Block"><dir name="Index"><dir name="Adminhtml"><file name="Process.php" hash="c2231327bad7e985049c8728576637f4"/></dir></dir></dir><dir name="controllers"><file name="AdminController.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sonassi_FastSearchIndex</name>
|
4 |
+
<version>1.0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Under licence from Sonassi.com</license>
|
7 |
<channel>community</channel>
|
10 |
<description>The Sonassi Fast Search Index extension allows you to quickly refresh your catalogfullsearch index if you have a big catalog.</description>
|
11 |
<notes>This version is compatible with Magento 1.4.</notes>
|
12 |
<authors><author><name>Ben Lessani</name><user>auto-converted</user><email>contact@sonassi.com</email></author></authors>
|
13 |
+
<date>2011-01-24</date>
|
14 |
+
<time>17:23:10</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Sonassi_FastSearchIndex.xml" hash="e6d150b19bc71606818ebe9fca9549ac"/></dir></target><target name="magecommunity"><dir name="Sonassi"><dir name="FastSearchIndex"><dir name="Block"><dir name="Index"><dir name="Adminhtml"><file name="Process.php" hash="c2231327bad7e985049c8728576637f4"/></dir></dir></dir><dir name="controllers"><file name="AdminController.php" hash="08ec6956bdeef419f3240b7871f71838"/></dir><dir name="etc"><file name="config.xml" hash="fd730537aae5d4a46cc99623d1c840c5"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|