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

Add the 'CONTAINS' search criteria #448

Closed
Jericho opened this issue Apr 15, 2022 · 2 comments
Closed

Add the 'CONTAINS' search criteria #448

Jericho opened this issue Apr 15, 2022 · 2 comments
Assignees
Labels
Enhancement New feature or request
Milestone

Comments

@Jericho
Copy link
Owner

Jericho commented Apr 15, 2022

https://docs.sendgrid.com/for-developers/sending-email/segmentation-query-language#contains

@Jericho Jericho added the Enhancement New feature or request label Apr 15, 2022
@Jericho Jericho added this to the 0.90.0 milestone Apr 15, 2022
@Jericho Jericho self-assigned this Apr 15, 2022
@Jericho
Copy link
Owner Author

Jericho commented Apr 15, 2022

It can be used like this:

var searchCriteria = new SearchCriteriaContains<ContactsFilterField>(ContactsFilterField.ListIds, "my-list-id");

@Jericho
Copy link
Owner Author

Jericho commented Apr 21, 2022

🎉 This issue has been resolved in version 0.90.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant