Project

General

Profile

Actions

Feature #81114

open

Missing bitwise operations in Extbase QueryBuilder

Added by Viktor Livakivskyi almost 7 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2017-05-02
Due date:
% Done:

0%

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

Description

So far this was implemented on a low-lewel in task #75563, but still not available in Extbase.

Should be possible to do something like:

$query = $this->createQuery();

$query->matching(
     $query->bitAnd('category', $category)
);

$query->execute();

No data to display

Actions

Also available in: Atom PDF