根据liferay中的自定义字段搜索值
我在日历中创建了一个自定义字段,我想搜索符合自定义字段标准的事件,这怎么可能,因为服务类中没有方法
i have create one custom field in calender i want to search event whic meets custom field criteria how it can be possible because there is no method which in service class
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自定义属性存储在 Liferay 的 Expando* 表中,根据您定义自定义字段的方式,它还可以为您提供索引和搜索。我想,在不了解更多信息的情况下很难说更多。
Custom attributes are stored in the Expando* tables in Liferay and depending on how you define the custom fields it can also provide indexing and searching for you. It's a bit hard to say more without knowing more, I guess.