The Table Row tag specifies how rows of the results table should be formatted. The tag must be nested within a Table Body tag.
Was this page helpful?
⌘I
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 response="response">
...
<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?