CGUserDirectory - Directory summary includes too many
Posted: Thu Jun 11, 2015 6:02 pm
Hi,
Are on CMSMS 1.12 and the latest versions of CGUserDirectory and FEU.
Trying to use the directory using a property "full_name".
The alphabetic list seems to populate correctly on the first letter in the "full_name" property, BUT when I select one letter, the summary list received includes not only the records where the first letter match, but ALL records where the selected letter is included, ie it is using the "like" logic to include all records that contains the selected letter.
But I want only that the records should be selected where the FIRST letter matches the alphabetic list.
Have tried the uselike="0", parameter but that has no effect.
Here is my statement: {CGUserDirectory action="directory" group="Medlem" prop="full_name" uselike="0" sortby="username" sparse="1"}
Hope someone could direct me which parameter/setting to change so I receive results based on the FIRST letter only in the prop field.
Many thanks
Are on CMSMS 1.12 and the latest versions of CGUserDirectory and FEU.
Trying to use the directory using a property "full_name".
The alphabetic list seems to populate correctly on the first letter in the "full_name" property, BUT when I select one letter, the summary list received includes not only the records where the first letter match, but ALL records where the selected letter is included, ie it is using the "like" logic to include all records that contains the selected letter.
But I want only that the records should be selected where the FIRST letter matches the alphabetic list.
Have tried the uselike="0", parameter but that has no effect.
Here is my statement: {CGUserDirectory action="directory" group="Medlem" prop="full_name" uselike="0" sortby="username" sparse="1"}
Hope someone could direct me which parameter/setting to change so I receive results based on the FIRST letter only in the prop field.
Many thanks