Changing the layout in catalogsearch.xml should be done as follows:
Before:
<action method="setTemplate"><template>page/3columns.phtml</template></action>
After:
<action method="setTemplate"><template>page/1column.phtml</template></action>
You should also clear your Magento Cache in admin> System> Cache Management.
Hope this helps.
source share