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

Search kit joins #19150

Merged
merged 6 commits into from
Dec 9, 2020
Merged

Search kit joins #19150

merged 6 commits into from
Dec 9, 2020

Conversation

colemanw
Copy link
Member

@colemanw colemanw commented Dec 9, 2020

Overview

This adds support for multiple and multi-layered joins in Search Kit.

Before

Ability to join once from the main entity to related entities.

After

  • Ability to join two entities more than once (ex. joining from Contact to Email twice, once for home email, once for work email).
  • Ability to join onto joins multiple levels down. (ex. joining from Activity to Contact to Contribution to Line Item)

Technical Details

It's cool.

@civibot
Copy link

civibot bot commented Dec 9, 2020

(Standard links)

@civibot civibot bot added the 5.33 label Dec 9, 2020
@eileenmcnaughton
Copy link
Contributor

This code change only touches search kit - which we are still treating as beta/fast-moving & relates to already merged-to-5.33 code - so merging

@eileenmcnaughton eileenmcnaughton merged commit e3dfd44 into civicrm:5.33 Dec 9, 2020
@eileenmcnaughton eileenmcnaughton deleted the searchKitJoins branch December 9, 2020 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants