ThinkGlobal_Search-Term-Filters - Version 1.0.2

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

Files changed (1) hide show
  1. 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.1</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&#xD;
10
- * Fixes the 'accidental brand search' problem</summary>
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 &lt;product name&gt;". You'll notice that the keyword Sony has hijacked your product search and turned it into a brand search!&#xD;
12
  &#xD;
13
- Enter "Search Term Filtering". With this simple extension, you can add words or phrases that should be removed from any search on your site. That search for "Sony &lt;product name&gt;" becomes a search for "&lt;product name&gt;".</description>
14
- <notes>Add Magento CE 1.8.1 support, increase number of filters to 5, fix empty query but where filter word is only work in query;</notes>
15
  <authors><author><name>Chris Munshaw</name><user>cmunshaw</user><email>cmunshaw@gmail.com</email></author></authors>
16
- <date>2014-03-22</date>
17
- <time>00:47:24</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&amp;apos;s brand name. For example, if your site has a number of Sony products, search for &amp;quot;Sony &amp;lt;product name&amp;gt;&amp;quot;. You&amp;apos;ll notice that the keyword Sony has hijacked your product search and turned it into a brand search!&#xD;
 
11
  &#xD;
12
+ Enter &amp;quot;Search Term Filtering&amp;quot;. With this simple extension, you can add words or phrases that should be removed from any search on your site. That search for &amp;quot;Sony &amp;lt;product name&amp;gt;&amp;quot; becomes a search for &amp;quot;&amp;lt;product name&amp;gt;&amp;quot;.</description>
13
+ <notes>Fixed Magento Connect Channel for 1.5.0.0 &amp; 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>