Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sizeof function not displaying count when given more than 510 parameters #1600

Open
rfrhall opened this issue Aug 13, 2024 · 0 comments
Open

Comments

@rfrhall
Copy link

rfrhall commented Aug 13, 2024

When I use the sizeof function in an expression in a Display Template, I get the expected output in my Basic Search results.

The code below displays the expected "5"

<expression>sizeof(1,3,5,7,11)</expression>

This works with up to 510 parameters. But if I use more than 510 parameters, Basic Search displays a blank where the output should be displayed.

I have reproduced this with both dummy numbers and with the output of a <unit>, and the issue seems to happen consistently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant