Version 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;
Download this release
Release Info
Developer | Chris Munshaw |
Extension | ThinkGlobal_Search-Term-Filters |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +9 -6
package.xml
CHANGED
@@ -1,17 +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 |
-
<
|
|
|
|
|
|
|
12 |
<authors><author><name>Chris Munshaw</name><user>cmunshaw</user><email>cmunshaw@gmail.com</email></author></authors>
|
13 |
-
<date>2014-03-
|
14 |
-
<time>
|
15 |
<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>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
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
|
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 <product name>". You'll notice that the keyword Sony has hijacked your product search and turned it into a brand search!
|
12 |
+

|
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 <product name>" becomes a search for "<product name>".</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>
|