I'm trying to create a search function in javascript using parse.com where a field contains a string. I've already search through the documents of parse.com but I can't find something similar to what I want. I want to query something like this:
query.like("contents", "%string%"); // example only this code does not exist.
Can any one know what method in parse I need?
In iOS I find this method whereKey:containsString: but I think containsString is not available in javascript.