I am trying to create a view which can be accessed anonymously over the web. The purpose of this view is to populate an excel spreadsheet, the documents themselves don’t have to be accessible or anything, just the view data. Here is what I’ve done so far:
-
The view is set for Public Access.
-
A $$ViewTemplate has been created with Public Access
-
A $$SearchTemplate has been created with Public Access
-
The form used by all of the documents in the view is set to Public Access
-
The documents themselves have a $PublicAccess field set to “1”
-
An Anonymous entry has been created in the ACL with No Access, but with the authority to Read and Write Public Access documents.
If I do a /?OpenView, I get the view just fine. If I go to the form and strip out all of the other lookups, then I can open the form over the web (just to prove the document itself is publicly accessible).
However, /?SearchView&Query=xxx demands that I log in. There is no search form being used, this is a direct URL. I have tried creating a $$Search form (completely empty except for allowing Public User access), but this doesn’t help.
Has anyone seen this before and gotten it to work? I have found many other related posts here, but they all seem to have been solved by doing one of the things I detailed above.