table:result-list tag on your search page, passing in a reference to the twigkit.model.Response object that contains your search results:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.
table:result-list tag on your search page, passing in a reference to the twigkit.model.Response object that contains your search results:
<table:result-list response="response">
<table:header>
<table:header-cell name="full_name" label="Name" sort="true"></table:cell>
<table:header-cell name="address" label="Address" sort="true"></table:cell>
<table:header-cell name="dob" label="Date of birth" sort="true"></table:cell>
</table:header>
<table:body>
<table:row>
<table:cell name="full_name" query="query"></table:cell>
<table:cell name="address"></table:cell>
<table:cell name="dob" date-format="dd/MM/yyyy"></table:cell>
</table:row>
</table:body>
</table:result-list>
Was this page helpful?