This is what is possible, but with a combination of two inequality filters.
, Places "li". , Places, ( ) "li" , "li" : "lj".
GQL:
SELECT * FROM Places WHERE Name > 'li' AND Name < 'lj'
Coded in Go :
q = datastore.NewQuery("Places").Filter("Name >", "li").Filter("Name <", "lj")
Places, :
liam
lisotto
lizst
, :
abc
ljoi
lj
qwerty
: , "List" "li" ( "List" , "li")!