Views StringFilter doesn't escape % character

Created on 16 May 2019, almost 6 years ago
Updated 27 September 2024, 6 months ago

Problem/Motivation

  • Create a view for nodes
  • Add a exposed filter for title
  • Set operation to equals (=)
  • Create nodes with title abc, abc%, abcd, abcde
  • Search for "abc%"

Result:
View shows all three nodes (abc, abc%, abcd, abcde)

Expected:
Only node abc% should be shown as operation is set to equal and not to contains.

Proposed resolution

Call

Database::getConnection()->escapeLike($value)

for all values.

๐Ÿ› Bug report
Status

Needs review

Version

10.3 โœจ

Component

views.module

Created by

๐Ÿ‡ฉ๐Ÿ‡ชGermany kfritsche ๐Ÿ‡ฉ๐Ÿ‡ช๐Ÿ‡ช๐Ÿ‡บ

Live updates comments and jobs are added and updated live.
  • Needs tests

    The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.

Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024