The Author Facet module can't filter results with the anonymous user (uid 0).

The attached patch solves this, but the Guided search still doesn't build a proper label and path. Zero values probably get rejected at some point in the code.
I don't have time to complete the bug fix at the moment.

CommentFileSizeAuthor
author_facet_anonymous.patch3.37 KBDavid Lesieur

Comments

john bickar’s picture

Thanks, David.

Patch applies cleanly but I get the same thing that you do (Guided search doesn't build proper label and path).

I'll try to take a look at this tomorrow.

john bickar’s picture

Heh, here's one solution:

UPDATE drupaldatabase SET  uid = 1 WHERE uid = 0

:D

David Lesieur’s picture

A complete fix has been included in this patch. We might want to check the relevant parts and backport them.

David Lesieur’s picture

Status: Needs work » Patch (to be ported)