Project

General

Profile

Actions

Feature #75017

open

Search for relations in backend

Added by Markus Hölzle about 8 years ago. Updated about 4 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-03-11
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

Description

Hey there,

I've got a feature request for the TYPO3 backend list module: Search for relations.

An example:
I've got two tables: "car" and "manufacturer".
Every "car" has a relation to the "manufacturer" (every car has one or more "manufacturer" for example).
Now, the backend user wants to list all cars from the manufacturer "VW" for example and search for "VW".

-> This does not work until now
(This is a really unexpected and strange behaviour for the users...)

The reason is: the TYPO3 backend searches only in the table "car", in fields with the TCA config type "text", "flex" and "input" (see \TYPO3\CMS\Recordlist\RecordList\AbstractDatabaseRecordList::makeSearchString).

What do you think? Should there a feature like this? Will this feature be added to the core if I contribute it?

Regards,
Markus


Related issues 2 (2 open0 closed)

Related to TYPO3 Core - Bug #83261: List View sorting by category is done by category id instead of titlesNewMarkus Klein2017-12-08

Actions
Related to TYPO3 Core - Story #82206: list module enhancements/bugfixesNew2005-07-21

Actions
Actions #1

Updated by Markus Hölzle almost 8 years ago

This part of the core should be migrated to doctrine before we can implement this feature (to avoid implementing this twice).
See #76259

Actions #2

Updated by Benno Flory almost 8 years ago

We have the same requirement from current customers, e.g. orders <-> customers. Would be great to implement that asap...
If we want a workaround now, we would have to implement a custom backend module, right?

Actions #3

Updated by Gerrit Code Review over 7 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49341

Actions #4

Updated by Markus Hölzle over 7 years ago

  • Sprint Focus set to On Location Sprint
Actions #5

Updated by Gerrit Code Review over 7 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49341

Actions #6

Updated by Gerrit Code Review over 7 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49341

Actions #7

Updated by Susanne Moog almost 7 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #8

Updated by Markus Hölzle over 6 years ago

  • Related to Bug #83261: List View sorting by category is done by category id instead of titles added
Actions #9

Updated by Susanne Moog about 5 years ago

  • Status changed from Under Review to New

Review was abandoned.

Actions #10

Updated by Susanne Moog about 4 years ago

  • Category set to Backend User Interface
Actions #11

Updated by Daniel Windloff over 3 years ago

  • Related to Story #82206: list module enhancements/bugfixes added
Actions

Also available in: Atom PDF