Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

"ne" query should not include null value

Fixed in

EPiServer.Profiles.Client 1.6.0

(Or a related package)

Created

Aug 07, 2018

Updated

Sep 18, 2018

State

Closed, Fixed and tested


Description

  • Precondition: There are some profiles containing Email or NOT
  1. Create a new segment via ProfileAPI as:
    POST /api/v1.0/segments/
{ "Name": "Invalid segment4 ", "Description": "string", "Scope": "default", "SegmentManager": "string", "ProfileQuery": "Info.Email ne admin@example.com" }

Expected:
Segment is created successfully and all profiles with an email address other than admin@example.com are added to the segment. Exclude profiles whose email is null.

Actual:
The created segment contains some profiles whose email address is null.