Developer forum

Forum » Templates » Parameter based ecom search in certain group

Parameter based ecom search in certain group


Reply
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.


Replies

 
Nicolai Høeg Pedersen
Reply
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
 
Nicolai Høeg Pedersen
Reply
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
 
Reply
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
 
Regin Madsen
Reply
 Sounds good - looking forward to that!

Regarding the example, I didnt include the other parameters, for simplification.
 
Michael Fløe Haug
Reply
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?

 
Merethe Nielsen
Reply

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