Loading...
Started by Brian Langenfeld • Apr 16, 2025 5:18 PM
Total Replies
19
Participants
3
Activity
Quiet
Duration
5:18 PM
Thread starter
crm_objects can't handle queries with property values containing an ampersand?crm_objects("some_type", "some_prop=This & That&other_prop=1", ...)crm_objects expects what sure looks like a query string, I'd expect one of these guys to work. No such luck, though.crm_objects("some_type", "some_prop=This+%26+That&other_prop=1", ...)crm_objects("some_type", "some_prop=This%20%26%20That&other_prop=1", ...)19 messages in thread