We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use the sizeof function in an expression in a Display Template, I get the expected output in my Basic Search results.
sizeof
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.
<unit>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: