Improve views filtering

Created on 12 May 2025, 3 days ago

Problem/Motivation

Currently views integration doesn't support any type of Drupal-side string filtering because it uses the basic string filter which changes filter op code to "LIKE" which isn't supported by the storage client base.

Steps to reproduce

  1. Create an external entity type
  2. Enable Drupal side filtering
  3. Create a view of the new external entity type
  4. Add as string type filter for one of the fields
  5. Try to filter, and no results are shown.

Proposed resolution

Implement the xntt-string filter and pass along the basic Drupal filtering operators so the EE storage client base can handle the filtering

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Active

Version

3.0

Component

Code

Created by

🇨🇦Canada notkataoka

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024