Hi
Is it possible to use a group as a parameter in parameter based search in ecom?
Iwe tried adding both GroupID and GroupName, but with no luck!
e.g. http://www.mysite.dk/Default.aspx?eComSearch=1&GroupNumber=mygroup1
oh... and besides the doc from 2007 (?!?) is there any updated doc on this where you can see all "standard" parameters. such as this group, productnumber and so on.
Developer forum
E-mail notifications
Parameter based ecom search in certain group
Posted on 11/05/2011 15:46:24
Replies
Nicolai Høeg Pedersen
Posted on 11/05/2011 16:11:35
Not possible right now.
But just added the possibility to use GroupID=GROUP1 as a parameter.
Will be out with the next service release due end of next week.
TFS6497
But just added the possibility to use GroupID=GROUP1 as a parameter.
Will be out with the next service release due end of next week.
TFS6497
Nicolai Høeg Pedersen
Posted on 11/05/2011 16:12:28
Oh
And your example:
http://www.mysite.dk/Default.aspx?eComSearch=1&GroupNumber=mygroup1
You can just do like this:
http://www.mysite.dk/Default.aspx?ID=12&GroupID=mygroup1
And your example:
http://www.mysite.dk/Default.aspx?eComSearch=1&GroupNumber=mygroup1
You can just do like this:
http://www.mysite.dk/Default.aspx?ID=12&GroupID=mygroup1
Posted on 11/05/2011 16:18:53
Hi Nicolai,
It's great to have the groupid as paramenter, but can the groupname also be used as paramenter? Would be great to be able to associate the _Type to it.
Best Regards,
Nuno
It's great to have the groupid as paramenter, but can the groupname also be used as paramenter? Would be great to be able to associate the _Type to it.
Best Regards,
Nuno
Regin Madsen
Posted on 12/05/2011 14:41:57
Sounds good - looking forward to that!
Regarding the example, I didnt include the other parameters, for simplification.
Regarding the example, I didnt include the other parameters, for simplification.
Michael Fløe Haug
Posted on 20/10/2011 09:13:03
Hi - Hope the service release contains the new feature - but I do not get it to work...
I use the string http://www.mydomain.dk/mypage.aspx?GroupID=GROUP1&Number=1400&eComSearch=1
But the search return all products from the ecommerce, not only the products in the group?
Please explain if I am using the search wrong or could do the task another way?
I use the string http://www.mydomain.dk/mypage.aspx?GroupID=GROUP1&Number=1400&eComSearch=1
But the search return all products from the ecommerce, not only the products in the group?
Please explain if I am using the search wrong or could do the task another way?
Merethe Nielsen
Posted on 25/10/2011 13:43:11
Hi
I have just checked our current version (19.2.5.4) and it works with GroupID.
Example:
Returns all products from all groups that contains B:
Default.aspx?ID=315&eComSearch=1&eComQuery=b
Only returns the products from group5 that contains B:
Default.aspx?ID=315&eComSearch=1&eComQuery=b&groupid=GROUP5
Notice that groupid is case-sensitive.
You must be logged in to post in the forum