# Search Results Order Tab
This section displays a list of all Listing Fields that are set to display on the Search Results page.
Clicking on a field caption (name) opens the Listing Field Editor with that field selected for editing.These Listing Fields can be reordered by dragging them to change the order they will appear on the Search Results page. Reordering here will override and update the Field Order setting on the Search Result Option tab.
Note: A field with a Field Order of 1 (first) will be displayed in the {field_1} location in the search_results template. The template you use may only contain a few {field_X} template tags, you may wish to examine your search results template and add or remove any tags as necessary to suit your needs.
example:
<tr>
<td>{field_1}</td>
<td>{field_2}</td>
<td>{field_3}</td>
<td>{field_4}</td>
{field_5_block}
<td>{field_5}</td>
{/field_5_block}
</tr>
Review the Search Results Template Tags section of the documentation for more info regarding usable template tags.