Version Notes
Fixed Magento Connect Channel for 1.5.0.0 & later versions
Download this release
Release Info
Developer | Chris Munshaw |
Extension | ThinkGlobal_Search-Term-Filters |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- package.xml +8 -9
package.xml
CHANGED
@@ -1,21 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ThinkGlobal_Search-Term-Filters</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary
|
10 |
-
|
11 |
-
<description>If the products on your site have brand names, try doing a search for a specific item using that item's brand name. For example, if your site has a number of Sony products, search for "Sony <product name>". You'll notice that the keyword Sony has hijacked your product search and turned it into a brand search!
|
12 |

|
13 |
-
Enter
|
14 |
-
<notes>
|
15 |
<authors><author><name>Chris Munshaw</name><user>cmunshaw</user><email>cmunshaw@gmail.com</email></author></authors>
|
16 |
-
<date>2014-03
|
17 |
-
<time>
|
18 |
<contents><target name="magecommunity"><dir name="Thinkglobal"><dir name="Searchtermfilter"><dir name="Helper"><file name="Data.php" hash="6082cb42086904a41cb9d0a3634161f9"/></dir><dir name="etc"><file name="config.xml" hash="8bc998f48cd8aa913330a5f4cdb2874c"/><file name="system.xml" hash="8b9483a51a9b363558847c605fc12ab2"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Thinkglobal_Searchtermfilter.xml" hash="e70698c8d4dc1a02a25e063846166c84"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ThinkGlobal_Search-Term-Filters</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Selectively filter out words or phrases from search queries. Fixes the accidental brand search problem.</summary>
|
10 |
+
<description>If the products on your site have brand names, try doing a search for a specific item using that item&apos;s brand name. For example, if your site has a number of Sony products, search for &quot;Sony &lt;product name&gt;&quot;. You&apos;ll notice that the keyword Sony has hijacked your product search and turned it into a brand search!
|
|
|
11 |

|
12 |
+
Enter &quot;Search Term Filtering&quot;. With this simple extension, you can add words or phrases that should be removed from any search on your site. That search for &quot;Sony &lt;product name&gt;&quot; becomes a search for &quot;&lt;product name&gt;&quot;.</description>
|
13 |
+
<notes>Fixed Magento Connect Channel for 1.5.0.0 & later versions</notes>
|
14 |
<authors><author><name>Chris Munshaw</name><user>cmunshaw</user><email>cmunshaw@gmail.com</email></author></authors>
|
15 |
+
<date>2014-04-03</date>
|
16 |
+
<time>04:20:41</time>
|
17 |
<contents><target name="magecommunity"><dir name="Thinkglobal"><dir name="Searchtermfilter"><dir name="Helper"><file name="Data.php" hash="6082cb42086904a41cb9d0a3634161f9"/></dir><dir name="etc"><file name="config.xml" hash="8bc998f48cd8aa913330a5f4cdb2874c"/><file name="system.xml" hash="8b9483a51a9b363558847c605fc12ab2"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Thinkglobal_Searchtermfilter.xml" hash="e70698c8d4dc1a02a25e063846166c84"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name/><channel>connect.magentocommerce.com/core</channel><min/><max/></package></required></dependencies>
|
20 |
</package>
|