Issues

Select view

Select search mode

 

cfpop/cfimap doesn't supports delimiter attribute

Fixed

Description

cfpop/cfimap doesn't support the delimiter attribute in the lucee. ACF supports the attribute delimiter.

ACF docs says:

The value of the uid attribute can be a comma-separated list of UIDs.
If the delimiter attribute is specified, the value of delimiter will be used as a delimiter instead of comma.

 

Note: the delimiter attribute supports multiple delimiters
i.e uid="1|2$3|$4",delimiter="|$" returns result for 1,2,3,4 uids (so the attribute delimiter would be nice to have a alias delimiters)

relates to

Details

Assignee

Reporter

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Fix versions

Priority

Created 26 October 2022 at 08:26
Updated 7 November 2023 at 14:56
Resolved 13 December 2022 at 07:18

Activity

Show:

Ryan McElroy7 November 2023 at 14:33
Edited

I am trying out the Docker snapshot lucee:6.0.0.524-SNAPSHOT and notice that action="getAll" requires the UID to be specified when using delimiter=”|”, but ACF allows it to be stand alone so that the query results actually retrieve “ALL“ instead of specific records.

My bad, this works. Thank you

Pothys - MitrahSoft13 December 2022 at 07:18

I've checked this ticket with lucee latest build 6.0.0.313-SNAPSHOT. Now cfpop/cfimap with the delimiter attribute works fine.

Zac Spitzer9 December 2022 at 11:57

Pothys - MitrahSoft3 November 2022 at 13:25

I added a delimiter attribute to cfpop/cfimap tag
Pull Request:

Zac Spitzer27 October 2022 at 12:04

Flag notifications