diff --git a/plugins/facetapi/url_processor_pretty_paths.inc b/plugins/facetapi/url_processor_pretty_paths.inc
index 5a6ae92..47cca44 100644
--- a/plugins/facetapi/url_processor_pretty_paths.inc
+++ b/plugins/facetapi/url_processor_pretty_paths.inc
@@ -114,6 +114,9 @@ class FacetapiUrlProcessorPrettyPaths extends FacetapiUrlProcessorStandard {
 
     // Set the rest of the url as the search basePath.
     $this->basePath = implode('/', $args);
+    if ($pathAlias = drupal_lookup_path('alias', $this->basePath)) {
+      $this->basePath = $pathAlias;
+    }
 
     // Since we traversed all segments from right to left we need to reverse
     // them here. Reason is because the order matters for some facets.
