b:structure.resultdata

<b:structure.resultdata.field />

Displays data about received result and the search.

This tag is used inside <b:structure> to display info about content relating to the search.

b:structure.resultdata tags

b:structure.resultdata.count

<b:getstructure.resultdata.count  />
Current row number in result.

Possible values

even

<b:getstructure.resultdata.even />

Outputs "true" if this is an even row, otherwise outputs "false".

first

<b:getstructure.resultdata.first />

Outputs "true" if current row is the first in results, otherwise outputs "false".

last

<b:getstructure.resultdata.last />

Outputs "true" if current row is the last in results, otherwise outputs "false".

total

<b:getstructure.resultdata.total />

Outputs the total amount of results.

This outputs all the results with given conditions even if limit was used. If you use limit and you want to know the actual amount of rows in the results, take a minimum of this number and the limit you have defined.