googleapis/python-datastore

Add operator 'LIKE' on filtering

yeekit-jewel2 opened this issue · 1 comments

We want to implement something like SELECT * FROM table WHERE name LIKE '%xx%'' and found out that we not able to do so in google datastore. Search through api documentation over and over again and could not find anything related.

Sorry, this is not currently supported by the backend. This repo is for the Python client, so anything that requires backend changes is out of scope