1
I have a list of values on screen that as the user type will be filtered the options. If the user wishes to view all the records he will type: ?;
Then my Rest call will be: meuservidor/buscar/?
From what I understand, this "?" is interpreted as the beginning of the statement of variables, but I wanted to capture the "?" to know if I must return all records.
My question is whether I can send just the question mark in some way or I would have to replace and send a "*" maybe..
Cool.. In fact it’s better this way, I who had complicated and did not think by simple.
– Reji