I am trying to use stored search to find the asset by getting the asset id from the URL. However, it seems not providing with what I want.
I have set the search field: assetid, datasources using standard asset field - Asset ID and set the stored query location, assetid using Get Variable Name: assetid
Then I tried to call this webpath?assetid=6281, which is an existing asset. but no result found in the search page.
Am I missing anything? or if there is other way to do it?
The site may need to be re-indexed. If not using search, is there any other way to get the dynamic asset id from a url and display its metadata info on a standard page?
If you are using query string to pass the assetid in the url then on the standard page's content you should be able to use global get keyword along with as_asset modifier to extract content from Asset's metadata.