I'm trying to run GQL query on my datastore. Something like this:
SELECT * FROM products WHERE model = @model AND date >= @date
But there's error like:
You need an index to execute this query.
In google api documentation i found nothing about indexes for nodejs. How i can set this indexes?