Improve title filter of Content source UI form

Created on 1 March 2023, over 1 year ago
Updated 21 April 2023, about 1 year ago

Problem/Motivation

Currently, the Content UI search form under /admin/tmgmt/sources/content/node uses a "Contains any word" approach when searching with the Title keyword. This results in a different search experience than the Content view, which uses a "Contains" approach for keyword search. Most users are after specific content when using the Title search so the latter approach is better from a filtering point of view. For websites with tons of articles or blogs, the Title search is not useful when searching with a group of words.

Steps to reproduce

Consider we have the following content titles in the system:
1) The right technique to save money
2) Watch Now: Game Planning with the NY Mets
3) What are the benefits of physical activities

If a user goes to /admin/tmgmt/sources/content/node and searches with the phrase "the NY Mets" as the Title keyword, he/she will get all results because the search query is searching for anything that has the word "the", "NY" or "Mets".

Proposed resolution

Update the query for the source label to do a simple Contains search.

✨ Feature request
Status

Fixed

Version

1.0

Component

Source: Node

Created by

πŸ‡¦πŸ‡ΊAustralia peterwcm

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

Comments & Activities

Production build 0.69.0 2024