PDA

View Full Version : Search bug when an "&" is used


broughsd
27-05-08, 19:46
I've downloaded the PHP code for the Shop Window Client Software. It all works great except for a particular search :

If I type in the search box anything including a “&” sign, such as “Dolce & Gabbana” the search breaks as below. I believe the issue is the “&” in the search string as if I omit the “&” from the search string I get products returned.

SoapError Object ( [sCode] => ns1:Client.AUTH_1 [sString] => Authentication Failed [sDetails] => getSuggestedCategory: Missing headers )

SoapError Object ( [sCode] => ns1:Client.AUTH_1 [sString] => Authentication Failed [sDetails] => searchProduct: Missing headers )

I have raised a ticket on this ref: 24847 but it was suggested that I also raise it on the forum.

GeorgeGaz
28-05-08, 10:08
Hello,

I believe that this thread should help you get an understanding of what is happening here:

Boolean (http://www.shopwindowforum.com/showthread.php?t=523&highlight=boolean)

Regards

broughsd
28-05-08, 18:28
Thanks for your reply, can you tell me when you expect the updated ShopWindow client software to be available to fix this issue?