Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Column search criterion #42

Draft
wants to merge 5 commits into
base: 4.6
Choose a base branch
from
Draft

Added Column search criterion #42

wants to merge 5 commits into from

Conversation

adamwojs
Copy link
Member

@adamwojs adamwojs commented Mar 15, 2024

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
Copy link

sonarcloud bot commented Mar 16, 2024

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

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
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