From 8667d4adaf67d788e0fe79b9ffe6fc2fc2a26628 Mon Sep 17 00:00:00 2001 From: Thomas Jakobi Date: Mon, 25 Jan 2016 11:01:53 +0100 Subject: [PATCH] Update to 2.0.6 - Snippet: All snippet properties are available as placeholders in the snippet chunks --- assets/tvs/multitv/docs/snippet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/tvs/multitv/docs/snippet.md b/assets/tvs/multitv/docs/snippet.md index d38ca70..863b9d9 100755 --- a/assets/tvs/multitv/docs/snippet.md +++ b/assets/tvs/multitv/docs/snippet.md @@ -79,6 +79,7 @@ Multiple where clauses are combined with `AND` i.e. ``&where=`{"city:LIKE":"Lond Name | Description ---- | ----------- "fieldname" | Each fieldname defined in config file could be used +"property" | Each snippet property in snippet call could be used iteration | Contains the iteration of the current multiTV element row.number | Contains the row number of the current multiTV element row.class | FirstClass parameter setting for first displayed row, lastClass parameter setting for last displayed row, evenClass/oddClass parameter setting for even/odd rows. @@ -90,6 +91,7 @@ docid | Value of docid parameter or current document id Name | Description ---- | ----------- wrapper | Contains the output of all rows +"property" | Each snippet property in snippet call could be used rows.offset | Contains the count of rows from start that are not displayed rows.total | Contains the count of all displayable rows docid | Value of docid parameter or current document id