Error to use symbol in filter

Hi,

i’m trying to filter my data using

$filter=data/nome/iv eq 'Desenvolvimento do Negócio - Lubrifica +'

but the symbol ‘+’ disrupts the query and return nothing.

its possible to use symbol?

I solved encoding my filter, that’s it or this is a bug?

I don’t know, I will check it. It might be a escaping issue.

The problem is that “+” is a whitespace in query strings. Right now I cannot solve it, because if I would encode the input of the query string other stuff would be encoded as well.