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: Rewrite input widget to support IN sets, relative dates, BETWEEN groups, etc. #19229

Merged
merged 1 commit into from
Dec 20, 2020

Conversation

colemanw
Copy link
Member

Overview

This overhauls the input widget for all fields in Search Kit.

Before

Single input widget.

After

Flexible widget supports relative dates, date ranges, IN and NOT IN sets, and a range selector for BETWEEN.

Technical Details

This deletes the crmSearchValue directive (and the now-empty crmSearchKit module), which had originally been copied from the API Explorer, and replaces it with a more flexible set of components with separate templates for each data type.

@civibot
Copy link

civibot bot commented Dec 16, 2020

(Standard links)

@civibot civibot bot added the master label Dec 16, 2020
@colemanw colemanw force-pushed the searchKitInput branch 2 times, most recently from 3545265 to 31ab4f3 Compare December 16, 2020 15:00
…BETWEEN groups, etc.

This deletes the crmSearchValue widget (and the now-empty crmSearchKit module),
which had originally been copied from the API Explorer, and replaces it with a more flexible
set of components with separate templates for each data type.
@eileenmcnaughton
Copy link
Contributor

This only affects searchkit which remains fast moving code. I'm testing intermittently rather than each PR

@eileenmcnaughton eileenmcnaughton merged commit f5112c4 into civicrm:master Dec 20, 2020
@eileenmcnaughton eileenmcnaughton deleted the searchKitInput branch December 20, 2020 23:23
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