Not able to filter data from view for public access user

℡╲_俬逩灬. 提交于 2019-12-11 10:28:53

问题


I need to access and filter data from an nsf file for which I made the access public as per instructions : XPages Public Access Support

I am accessing this database from another database.

When I put the view on an xpage whithout filtering the data , everything works fine. The anonymous user can see the view all the data.

Once I start filtering the data of the view , I get a message : "Notes error: You are not authorized to perform that operation" The filtering is correct since , when I log into the database , and refresh the xpage , all data is filtered and displayed correctly.

EDIT When I filter the view data with "Filter by column value" , the xpage seems to work. It doesn't work when I filter the data with "Search in view results" What can I do ?


回答1:


As far as I know are users with public access not allowed to perform full text searches. I don't believe that this restriction can be overridden.

EDIT:

You need at least reader access to perform a search in a view.



来源:https://stackoverflow.com/questions/24261263/not-able-to-filter-data-from-view-for-public-access-user

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!