Search for:
Sign in
Register
Menu
Articles
Questions & Answers
Download
Documentation
Support
Marketplace
Old Forums
Search:
Search text
Portal Engine
Questions on portal engine and web parts.
Version 4.x
>
Portal Engine
>
Build a hyperlink to search result
View modes:
View mode
Threaded
Flat - newest to oldest
Flat - oldest to newest
Member
gary.chan-e-crusade
-
5/4/2009 2:54:38 AM
Build a hyperlink to search result
Hi ,
How can i create a hyperlink which call a search function of kentico with a particular keyword?
as a result, click a hyperlink , equal to search a particlar keyboard by search result webpart.
Thanks
Member
gary.chan-e-crusade
-
5/8/2009 3:00:42 AM
RE:Build a hyperlink to search result
for example,
on click
keywords
similar to search "keywords" in search result webparts.
Can i call search function in transformation?
Please suggest any possible way~thanks
Kentico Developer
kentico_martind
-
5/23/2009 3:04:39 AM
RE:Build a hyperlink to search result
Hello,
you will need to point the link to page with CMSSearchResults web part and pass parameters in query string, e.g.:
?searchtext=keyword&searchmode=AnyWord
Best Regards,
Martin Dobsicek
Member
gary.chan-e-crusade
-
5/25/2009 4:46:17 AM
RE:Build a hyperlink to search result
Thanks for Suggestion.
However, I want to display the result in the same page, for example , in a particular div in the same page.
Can i still call CMSSearchResults web parts and pass parameters in my keywords?
Kentico Support
kentico_jurajo
-
5/26/2009 2:11:39 AM
RE:Build a hyperlink to search result
Hi,
Yes, you can use the search results web part, if there is no querystring, it will do nothing, otherwise it will display the results.
Best Regards,
Juraj Ondrus
Member
gary.chan-e-crusade
-
5/27/2009 1:47:39 AM
RE:Build a hyperlink to search result
Thanks a lot,
Top