i am the query to search data real time. Its Working OK but the problem is that i want to search data weather it start from first letter or letter in between for example: I want to search Stack overflow. wheater I put "S" or "o" any charter is present in this string. It will retrieve "Stack overflow".
//the query I use.
mQuery =mdatabase.orderByChild("branchname").startAt(searchContent)
.endAt(searchContent
+ "\uf8ff");