Re: [google-appengine] Search API sorting on DateField using datetime

2016-06-19 Thread Bradley Mclain
Thanks for the the response, I will follow that issue. On Mon, Jun 20, 2016 at 7:18 AM, 'Adam (Cloud Platform Support)' via Google App Engine wrote: > This is a known issue. Feel free to star the relevant issue tracker > for > up

Re: [google-appengine] Search API sorting on DateField using datetime

2016-06-19 Thread 'Adam (Cloud Platform Support)' via Google App Engine
This is a known issue. Feel free to star the relevant issue tracker for updates and to add visibility. On Friday, June 17, 2016 at 7:21:12 PM UTC-4, Bradley Mclain wrote: > > Yes this is the work-around that I have been using. I

Re: [google-appengine] Search API sorting on DateField using datetime

2016-06-17 Thread Brad
Yes this is the work-around that I have been using. I think the documentation should be updated to reflect this, the python one still says: Date Field - a date object with year/month/day and optional time Also the development server should really behave in the same way to avoid confusion. > On

Re: [google-appengine] Search API sorting on DateField using datetime

2016-06-17 Thread Anastasios Hatzis
Search API supports DateField with no time. If you need sorting by datetime values, conversion between datetime and NumberField (seconds since ...) would be a work-around for your use-case. On 17 June 2016 at 07:19, Bradley Mclain wrote: > I currently have a service which sorts the data by vario

[google-appengine] Search API sorting on DateField using datetime

2016-06-16 Thread Bradley Mclain
I currently have a service which sorts the data by various datetimes using the search API. This works fine in the development server however once deployed to app-engine the results are no longer correct. When viewing the indexes using the admin console I can see that in the development server i