Skip to content

Added Column search criterion#42

Draft
adamwojs wants to merge 5 commits into
4.6from
column_criterion
Draft

Added Column search criterion#42
adamwojs wants to merge 5 commits into
4.6from
column_criterion

Conversation

@adamwojs

@adamwojs adamwojs commented Mar 15, 2024

Copy link
Copy Markdown
Member

JIRA: -

Description

Added \Ibexa\Contracts\FieldTypeMatrix\Search\Criterion\Column search criterion which allows to filter content items/locations by ezmatrix column value. Example:

$query = new Query();
$query->filter = new Column(
    'employees',
    'team',
    Operator::EQ,
    'QA'
);

@adamwojs adamwojs changed the base branch from main to 4.6 March 15, 2024 07:20
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@JeromeBenedetti

Copy link
Copy Markdown

Hello @adamwojs , I wanted to thank you for this work! I work with @YohannsMonnier from Inforca and your PR helped me unblock a situation!
Thanks again for your help!

@konradoboza

Copy link
Copy Markdown
Contributor

@adamwojs is any work still needed here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants