I have a google API key and have installed it in MT. When I put the following code in my main idex template
CODE
<div class="side">
<MTGoogleSearch query="movable type" results="5">
<a href="<$MTGoogleSearchResult property="URL"$>"><$MTGoogleSearchResult property="Drivel"$></a><br />
</MTGoogleSearch>
</div>
I received this error:
QUOTE
Build error in template 'Main Index': You used a non-existent property from the result structure
Can anyone tell me what i did wrong?