Reputation: 23
I've got a smart search box on one box and the results are displayed as expected on a results page - however the URL of each result just links to the results page and not to the document in question.
Anyone got any pointers as to what i'm doing wrong??
Upvotes: 2
Views: 760
Reputation: 1400
You have to call method SearchResultUrl(true)
in your transformation to get the URL.
See more in documentation http://devnet.kentico.com/docs/devguide/index.html?smart_search_transformations.htm
Upvotes: 1