问题
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