Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Plone 通过日历Portlet搜索事件和新闻_Plone - Fatal编程技术网

Plone 通过日历Portlet搜索事件和新闻

Plone 通过日历Portlet搜索事件和新闻,plone,Plone,可以在Plone的默认日历portlet中搜索事件项。当单击事件发生的日期时,它使用search?review\u state=published&start.query:record:list:date…查找事件。如何在calendar portlet中添加可搜索的新闻项目,甚至自定义类型?在ZMI中有一个工具门户\u calendar: http://<localhost>:8080/plone/portal_calendar/manage_configure http://:

可以在Plone的默认日历portlet中搜索事件项。当单击事件发生的日期时,它使用
search?review\u state=published&start.query:record:list:date…
查找事件。如何在calendar portlet中添加可搜索的新闻项目,甚至自定义类型?

在ZMI中有一个工具门户\u calendar:

http://<localhost>:8080/plone/portal_calendar/manage_configure
http://:8080/plone/portal\u calendar/manage\u configure

configure
选项卡中有一个选择列表,您可以在其中指定要显示的任何内容类型。唯一的条件是它们必须提供返回DateTime的开始和结束属性。

新闻项没有该查询工作所需的开始和结束日期。