Can someone explain why my solution doesn’t work.
I have Domino database in the Web. I gave ‘No Access’ to Anonymous user in ACL. Also I gave him rights to ‘Read public documents’ and ‘Write public documents’.
I have documents in the database which all have ‘Available for Public Access Users’ checked and ‘$PublicAccess’ field = ‘1’.
Now I made searchform (available for public access users) and view (available for public access users). If anonymous user fills searchform and submits it then he gets login window. He can open view and read documents but if he trying to search them (using …viewname?SearchView&Query=…) then he fails.
Is there something I’m doing wrong?
Thank You