Project

General

Profile

Actions

Bug #80215

closed

using contains in query on property of group type doesn't work

Added by Jens Schendzielorz about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase
Start date:
2017-03-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint

Description

I've a field which has the type 'group'. I don't use the MM relation and store the values comma seperated in a field of type text.

Now i will query data with a constraint like $query->contains('asdf', 'bar'). As a result i get the error message " Unsupported or non-existing property name "asdf" used in relation matching."

After some research using google i found an older issue describing the same problem regarding a field of type 'select'.
I searched for the line in typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php and replaced

$columnConfiguration['type'] === 'select'

with

in_array($columnConfiguration['type'], array('select', 'group'))
It would be nice if someone could contribute this to the next typo3 7.6 version. I don't now how i can contribute. :)
Actions

Also available in: Atom PDF