b:get.resultdata

<b:get.resultdata.field />

Displays data about received result and the search.

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

Please note that you can't use these tags in <b:before> or <b:after> blocks.

Possible values

count

<b:getdata.resultdata.count />

Current row number in result.

even

<b:getdata.resultdata.even />

Outputs "true" if this is an even row and "false" if not.

first

<b:getdata.resultdata.first />

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

last

<b:getdata.resultdata.last />

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

total

<b:getdata.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.