The filter view breaks the regex after changing the variable's value.
That happens only after changing the filter view's sorting.
It seems that regex is reconstructed in the wrong order.
Expected behavior:
The regex reconstruction algorithm should not rely on the order of the elements within the view.
Observed behavior:
The filter view breaks the regex after changing the variable's value. That happens only after changing the filter view's sorting. It seems that regex is reconstructed in the wrong order.
Expected behavior:
The regex reconstruction algorithm should not rely on the order of the elements within the view.