The 'Views URL alias' module allows Views to be filtered by path aliases.

Usage

  1. In a View display add [Entity type] URL Alias relation.
  2. 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-dev:

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

7.x-1.0:

7.x-1.0 is only minimally supported at this time.

Currently, only node aliases are supported.

Requirements Drupal 7

  • Views: Create customized lists and queries from your database.

Similar Modules:

Drupal 9/10 only: https://www.drupal.org/project/views_alias_filter - but it work only for Nodes.

Short name
views_url_alias
Supporting organizations
Upgraded module to Drupal 8
Development and maintenance
Fix the Drupal 9/10 capibility issues, Development and maintenance