Changes for page Core

Last modified by Marius Dumitru Florea on 2022/11/25 10:52

From version 8.1
edited by Marius Dumitru Florea
on 2022/11/25 10:52
Change comment: There is no comment for this version
To version 9.1
edited by Marius Dumitru Florea
on 2022/11/25 10:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -62,7 +62,7 @@
62 62  property.Blog.BlogPostClass.publishDate:[NOW-1MONTH TO NOW]
63 63  {{/code}}
64 64  
65 -We can achieve this by suffixing the field name with the type name: ##property.Blog.BlogPostClass.publishDate_date##. But in order to use just the field name in the Solr query need [[Dynamic Field Aliases>>||anchor="#HDynamicFieldAliases"]].
65 +We can achieve this by suffixing the field name with the type name: ##property.Blog.BlogPostClass.publishDate_date##. But in order to use just the field name in the Solr query need [[Dynamic Field Aliases>>||anchor="HDynamicFieldAliases"]].
66 66  
67 67  Note that only the String and the TextArea properties should be indexed as localized text (depending on the document locale). For the rest of the string-based properties (Access Right, List of Users, List of Groups, DBList, etc.) we should use the "string" Solr field type to index/store the property value verbatim in order to be able to perform exact matches on these properties. For StaticList, we need to index the raw value (what is saved in the database) as string (so verbatim), and the display value (what is specified in the XClass) as localized text (so analysed).
68 68  

Get Connected