How do I search by data object's name, if the name contain cyrillic characters?

This works fine for me:

/api/Phonebook?where=name%20LIKE%20%27%25ivan%25%27

this request returns data objects, if the ‘name’ property looks like:
‘ivan smirnov’
but it doesn’t return objects, if their ‘name’ contain cyrillic characters. For example:
‘ivan смирнов’

Hi Anton,

I just tried it in console and it works for me:

    Without URL encoding: http://support.backendless.com/public/attachments/0f20b037adedf890e9703ce69d20e49f.jpg</img> With URL encoding:http://support.backendless.com/public/attachments/31b3b5165a69e47620064ee9eb9f95c6.jpg</img>
Could you try it as well in console and see if it works there?

Regards,
Mark

Yes, everything is ok, it was my mistake, sorry for bothering, Mark)