Disable validation only once

I’ve a form with mulitple validations. I need these validations every time but for an advanced search, I do not need the validations. Just need the values if present.

The problem is, since the validations are there, it is giving validation error and not the values. Is there a way to disable the validation “on-demand” ?
image.png

It depends how you create and apply those validations.

But personally I would not use the same form, dto and validation for people to input and the same form for searching, separation of concerns is way more valuable here instead of reusing