で「のような」クエリを作成する方法、私のデータベースがある場合:例えばParse.com
{
people: name: [{"first":"Billy", "last":"smith"}]
},
{
people: name: [{"first":"bob", "last":"smith"}]
},
{
people: name: [{"first":"thor", "last":"smith"}]
},
{
people: name: [{"first":"hobo", "last":"smith"}]
}
私はの効果に何か希望:query.like("b")
をし、それが第1、第2、第4を返す必要がありdocs
Javascript APIにはこれがありますか?
関連:https://www.parse.com/questions/are-like-regex-queries-possible-via-the-rest-api –
したがって、Javascriptのquery.startsWith()関数は、 "ビリー"と "ボブ"。 "ホーボー"ではありません。その点では欠けています。 – bzupnick