URL parameter using Equal OR

URL parameter using Equal OR

I would like to know how to pass a parameter in a URL for a view in the form of " variable=A or B or C"   in other words, take this URL:

https://creator.zohopublic.com/yaxche/catalogo/view-perma/Fotos_2/aYh5B2kTxt3NX2AF4GnaMbPqfeb3qGUy7en5YYeZa1O0DzyRkhkbwq0B2kmfrSQ3juTUf2TDK3mrezZuv7zvBj5p5ksuK3TPheYF?Numero=2

here I am passing the parameter Numero=2, which works fine. The view shows the record where the value of "Numero" equals 2, the issue is that I want to display more than one record, for instance, records with Numero=2,3,4,5. If I just write it like that, separating the values with commas, the page shows that the data can't be fetched... Any advice?

What I essentially want to achieve is to display records in a view based on a variable not shown in the view (to save space). By using a function I generate a list containing the values of the variable actually visible in the view (in this case "Numero"  which is in fact an autonumber field). By passing these values in the URL I intend to achieve the result I want. I would imagine there is a limit in the length of the URL, in case there are a lot of records to show, maybe a hundred or more, I don't know, but here the issue at the moment is not about the length of the URL but how to pass more than one value for the same variable...

Thanks for the support.
Luis