Damien Metzger
dcad699ede
[-] FO : fixed chinese search with multiple symbols #PSCFV-10322
2013-09-09 11:19:11 +02:00
Vincent Augagneur
ad428dfb2b
//MERGE branche release
2013-08-26 10:59:36 +02:00
Damien Metzger
df418a80db
[*] FO : added indexation of attributes references #PSCFV-7294
2013-08-21 15:31:10 +02:00
Rémi Gaillard
de41faff80
[-] Core: Fix #PSCFV-8887 - improve performance of search indexation
2013-08-12 15:16:45 +02:00
Damien Metzger
95680e0158
[*] FO : added chinese/japanese search
2013-08-08 16:58:07 +02:00
Gregory Roussac
ef22b9d5d4
Merge pull request #162 from bumbu/patch-2
...
[-] CORE : updateMultishopTable() where argument is not mandatory anymore
2013-07-24 10:07:56 -07:00
ChristopheBoucaut
3503670478
Update Search.php
...
$string = preg_replace('/[._-]+/', '', $string);
Ex :
Product's name : Saint-leon
Search : leon => 0 result
------------------------------------------------------
$string = preg_replace('/[._-]+/', ' ', $string);
Ex :
Product's name : Saint-leon
Search : leon => 1 result
-------------------------------------------------------
I think that thus the search is more relevant
2013-07-23 09:36:08 +02:00
Jérôme Nadaud
69066361a6
[-] BO : FixBug #PSCFV-8234 Products tags not correctly indexed in search
2013-07-18 12:15:42 +02:00
antoniofr
f8a40bbb63
[-] FO : #PSCFV-9532 remove hardcoded unidentified group number
2013-06-20 17:29:07 +02:00
vAugagneur
acccaf5fbc
Merged Pull Request #242 - thanks @andskiba
2013-04-29 16:21:33 +02:00
Rémi Gaillard
92ad912074
// Fix SQL query for tags
2013-03-27 15:38:27 +01:00
Rémi Gaillard
17c9814f63
[-] Core: Fix the listings in multishop context when you have at least a combination on one shop and not on the others and the same for the images
2013-03-20 20:12:28 +01:00
Rémi Gaillard
f620645169
[-] Core: Fix search indexation when nb languages * nb shops > 50
2013-03-14 14:16:31 +01:00
gRoussac
4f7864aee9
[-] FO : Fix case for some excluded searched chars
2013-03-07 14:18:28 +01:00
Rémi Gaillard
3642989f1b
[-] BO: Fix case sensitive issue on search blacklist
2013-02-26 15:23:33 +01:00
bumbu
0036768ae5
ObjectModel::updateMultishopTable() where argument is not mandatory
2013-01-07 19:24:12 +02:00
François Gaillard
064ba453e6
// Welcome 2013
2013-01-04 11:19:03 +01:00
Rémi Gaillard
29b4adb032
[-] Core: Fix search indexation when id_product is forced #PSCFV-6039
2012-12-10 13:52:09 +01:00
Rémi Gaillard
17a3d8ec76
[-] FO: Search product listing should use the stock of default attribute as in category product listing
2012-11-23 17:27:00 +01:00
vAugagneur
a1db83ef41
//remove svn keyword @version Release: $
2012-11-22 11:57:40 +01:00
rGaillard
59a602c274
[-] Core: Fix products duplication when using multiple taxe rule on the same country
2012-11-16 16:08:21 +00:00
lLefevre
779cf350af
// Revert Revision 17884 : #PSCFV-5017 : update bad licenses in all files
2012-10-17 09:29:43 +00:00
lLefevre
046b51ab99
// #PSCFV-5017 : update bad licenses in all files
2012-10-17 06:18:59 +00:00
rGaillard
c922f28293
[-] BO: improve memory usage for search indexation #PSCFV-4193
2012-10-10 17:19:08 +00:00
rGaillard
3835d068d2
[*] Core: Image covers is now multishop
2012-09-14 14:25:44 +00:00
fSerny
173d51ff4e
[-] INSTALLER : Fix demo product installed (Search class) - #PSCFV-2880
2012-06-20 15:59:18 +00:00
lLefevre
02d2438ddd
// Fix bug when install fixtures
2012-06-12 09:30:49 +00:00
mMarinetti
5bcc29cadd
// compatibility fix, #PSCFV-2793
2012-06-12 07:41:20 +00:00
vChabot
5cad7fd8ad
[-] BO : BugFix : #PSCFV-2639 : The search autocomplete does not work in multi store mod
...
// norm
2012-06-06 08:32:59 +00:00
vChabot
cd600f3eab
// fix about #PSCFV-2221 : standardize corrections
2012-05-11 08:11:08 +00:00
bMancone
5e55b74e15
// Fixed exceptions when saving products
2012-04-17 15:56:04 +00:00
rMalie
49869aaaaf
// MERGE product_multistore branch : product fields are now editable per shop
2012-04-17 13:32:12 +00:00
tDidierjean
0028c87f92
// copy of bugfix #PSCFI-4956 from 1.4 (search alias)
2012-04-05 12:33:28 +00:00
rMalie
d14913d8e6
// Normalize
2012-03-09 09:19:30 +00:00
rGaillard
00600c5fe8
// Fix tax rules group with search
2012-02-28 10:33:16 +00:00
dMetzger
a4d25e7a2a
[+] BO : added a new option for the products : do they appear in the catalog, in the search, both or neither
2012-02-27 15:55:40 +00:00
vChabot
77774d0d94
// id_category_default is now for multishop
2012-02-27 13:53:52 +00:00
rMalie
9c6b80fabe
// Replace shop->addSqlAssociation() by static call
2012-02-27 13:07:51 +00:00
rMalie
8f0257fc87
// Replace shop->addSqlRestriction() and shop->addSqlRestrictionOnLang() by static versions
2012-02-27 12:15:30 +00:00
rMalie
14e6929565
// Welcome 2012²
2012-02-23 16:33:10 +00:00
rMalie
91aae3e665
// Improve multishop API
2012-02-23 15:39:44 +00:00
vChabot
03d05fa1ed
// order_by improved
2012-01-31 15:33:10 +00:00
vChabot
5a7648f0f9
// little fix
2012-01-18 12:32:56 +00:00
vChabot
c0cf59d93f
[*] BO : Adding category management with multishop
2012-01-09 15:13:46 +00:00
tDidierjean
cb68dab643
// fix useless call to array_unique
2012-01-04 15:53:31 +00:00
rMalie
5a61b6f319
// Fix bug in search
2011-12-21 20:21:58 +00:00
vChabot
00c907bf7a
// removing categories assocation with shop
2011-12-21 16:18:24 +00:00
vChabot
42ac9fb33f
[*] BO : New category management with multi shop
2011-12-20 17:36:08 +00:00
François Gaillard
f87d4a8544
[-] BO : BugFix : Search index re-build
2011-12-13 09:09:54 +00:00
rMalie
55dff6a31e
// Revert search
2011-12-09 14:10:37 +00:00