Conditional filtering with AND ? | Community
Skip to main content
Level 2
January 14, 2020
Question

Conditional filtering with AND ?

  • January 14, 2020
  • 0 replies
  • 303 views
Trying to determine from what I'm getting out of the API basics material if/how it would be possible to format an AND like filter... e.g., let's say I want to find all User objects in my system that have an email that follow the pattern, {user}.somecompany@somedoman.com : I want to perform a filter that finds all users that have an email address that contains both somecompany AND somedomain.com How? I'd like to avoid having to do extra filtering on the client side (by getting all users with an email that contains somecompany and then filtering out the returned set of those that don't have the somedomain.com domain). thanks. Karl Karl Krasnowsky Lingo Systems
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.