November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
EPiServer.Profiles.Client 1.14.0
EPiServer.Profiles.Client 1.24.0
Mar 13, 2020
Mar 05, 2021
Closed, Fixed and tested
Create a new profile filter definition with an invalid property (which does not belong to the profile) in Query like this one:
POST: /api/v2.0/FilterDefinitions { "Name": "Testing_VisitorGroup_input_value", "Description": "VisitorGroup with inputValue", "Query": "Testing eq {{value}}", "Parameters": { "value": "string" }, "Category": "Profiles", "Type": "Profiles" }
Expected result:
Returns 400 Bad Request with message Invalid filter definition.
Actual result:
Returns 201 Created and create new filter definition successfully.
The same thing happens if you create an event filter definition with an invalid property which does not belong to the track event.