I need to integrate Facetapi with Realname , someone else needs it? I'll post a patch ASAP.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

soulfroys’s picture

Status: Active » Needs review
FileSize
1.74 KB

Here's the patch. I would appreciate some feedback.

Thanks!

soulfroys’s picture

Security: I forgot to filter the output:

-        $realname = $record['realname'];
+        $realname = apachesolr_clean_text($record['realname']);
voidberg’s picture

Assigned: Unassigned » voidberg
eugene.ilyin’s picture

Issue summary: View changes

I see that you use function apachesolr_clean_text without checking that this module exists. And also facetapi can work with searchapi, but seems it's not supported.

eugene.ilyin’s picture

Status: Needs review » Needs work