Using or in where clause

Is it possible to use the OR condition in backendless where clause. Like I want to check if a user email start with Eg. @Backendless.com OR users name start with backendless.

Hello @Yomade_Stephens

Yes, it’s possible, you can read more about whereClause syntax here
https://backendless.com/docs/js/data_search_with_where_clause.html

Regards, Vlad

Tanx.