Feature #32917
OrCriteriaTranslator
| Status: | Needs Feedback | Start date: | 2012-01-02 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Michael Knoll | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 2 (View) |
Description
Please implement the possibility to use a logical or in extbase query. It's possible now.
History
Updated by Lorenz Ulrich over 1 year ago
Do you have any idea how soon this will be implemented? We're currently setting up extlist for a sophisticated media reference database and this feature would be very welcome.
Updated by Michael Knoll over 1 year ago
- Assignee changed from Daniel Lienert to Michael Knoll
Hi Lorenz,
I will probably have the time to implement this tomorrow. Don't you think you could implement it by simply looking at the AND-Criteria translator which already exists? Should not be a big issue... https://github.com/daniellienert/pt_extlist/blob/master/Classes/Domain/DataBackend/ExtBaseDataBackend/ExtBaseInterpreter/AndCriteriaTranslator.php
Anyhow - I will try to do this tomorrow (12.1.2012).
Greez
Mimi
Updated by Michael Knoll over 1 year ago
- Status changed from New to Needs Feedback
Implemented this. No tests yet, please check, whether it is working!
This can now be found in github: https://github.com/daniellienert/pt_extlist
Updated by Michael Knoll over 1 year ago
Ah - mind to use develop branch: https://github.com/daniellienert/pt_extlist/tree/develop