This module allows you to filter and sort views based on URL aliases, which is particularly useful for websites with hierarchical paths. It enables operations on specific sections of your site by utilizing URL aliases.
The 'Views URL alias' module allows Views to be filtered by path aliases.
Usage
- In a View display add [Entity type] URL Alias relation.
- In a filter section add filter "URL alias"
This module is useful if your website uses heirachical paths. It allows you to filter and sort a view by URL aliases. When combined with the Views bulk operation (VBO) module you can apply operations to a specific section of your website based on a URL alias.
3.x:
A rewrite to take advantages of Drupal 8's entity api
Should support any Entity Type that extends ContentEntityBase only tested with Node, User and Term Entity Types.
8.x-1.0:
A straight port of the 7.x-1.0 version
This branch is not maintained any more
Similar Modules:
Drupal 9/10 only: https://www.drupal.org/project/views_alias_filter - but it work only for Nodes.
Depends on
Dependencies of the latest stable release
- path Drupal core
- path_alias Drupal core
- views Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 3.2.0 | Stable | 8–11 | Adding in the multilingual capabilities, alongside better testing and much faster install on large sites. | Mar 17, 2026 | |
| 3.1.2 | Stable | 8–11 | Fixes to make upgrading easier | Dec 18, 2025 | |
| 3.1.1 | Stable | 8–11 | Long awaited minor fixes | Dec 12, 2025 |