When I search for artifacts using Artifact Modal v1 (the one in artifact links field) and I choose multiple values for a multi-select criterion, then I will not get results.
This is due to a Javascript form serialization problem introduced in commit git #tuleap/stable/b356a86c3c95bfa1e6b796733c71d49e979b2e20. The form value becomes &criteria[24374][values][]=13047,13048
instead of &criteria[24374][values][]=13047&criteria[24374][values][]=13048