标签: firebase firebase-realtime-database
我是实时搜索数据的查询。它工作正常,但问题是我想搜索数据天气它从它们之间的第一个字母或字母开始 例如: 我想搜索堆栈溢出。 wheater我把“S”或“o”这个字符串中的任何章程都存在。它将检索“堆栈溢出”。
//the query I use. mQuery =mdatabase.orderByChild("branchname").startAt(searchContent) .endAt(searchContent + "\uf8ff");