Last modified by Thomas Mortagne on 2017/03/24

<
From version < 53.1 >
edited by Denis Gervalle
on 2014/02/27
To version < 54.1 >
edited by Vincent Massol
on 2014/02/28
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dgervalle
1 +XWiki.VincentMassol
Content
... ... @@ -139,6 +139,26 @@
139 139  
140 140  The [[WebJars integration>>extensions:Extension.WebJars Integration]] solves the issue of packaging JavaScript frameworks by bundling them as JARs. This allows XWiki Extensions to depend on JavaScript frameworks an be installable by the Extension Manager Application.
141 141  
142 +== LiveTable Query Filters ==
143 +
144 +It's now possible to specify which [[Query filters to apply when retrieving LiveTable data>>extensions:Extension.Livetable Macro]].
145 +
146 +For example if you want to show always hidden docs, then you would use:
147 +
148 +{{code language="none"}}
149 +...
150 + 'queryFilters': 'currentLanguage',
151 +...
152 +{{/code}}
153 +
154 +And if you wish to show all docs for all languages and hidden docs you would use:
155 +
156 +{{code language="none"}}
157 +...
158 + 'queryFilters': '',
159 +...
160 +{{/code}}
161 +
142 142  == Miscellaneous ==
143 143  
144 144  * The XAR plugins's ##format## mojo now handles properly the ##defaultLanguage## element: if a document has translation we assume it means the document is not a technical document and thus we set the default language to be English. This allows the XWiki SOLR Search to return results when the English language is selected in language facet.

Get Connected