David Buxton

Results 17 comments of David Buxton

Implemented in #122

N.B. Using current head https://github.com/potatolondon/search/tree/78b63fda9756a598e9607aab9d61c084b108b75c

Think the second error may be solved by this recent commit in the pipeline repo: https://github.com/GoogleCloudPlatform/appengine-pipelines/commit/2f1930b0be21a40077676c6fc19a6b95801caa9e Hasn't been released to PyPI yet, but you can install with pip like: `pip...

> For background see cl/126706214 Bloody Google open source.

Interesting question. I'm not aware of a way of storing arbitrary data to be returned with the search results, but which isn't indexed. Could you use an AtomField? It's indexed,...

Yes, I want this for a project where we have lots of list fields and related set fields where I want to search for records that have 1 or more...

There was previous work related to this feature in #14 and #15.

New in Django 1.11. https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-CSRF_USE_SESSIONS Note that mozilla/django-session-csrf allows using memcache to store tokens for anonymous users, rather than a full session. Django's session-based csrf implementation does not.

Hi, Could you give some more detail please? Do you have a full stack trace? What versions of Django / Djangae / the SDK are you using? What is the...

Django 1.11 [changed behaviour to enable the caching loader][1] when `DEBUG=False`. This code should be removed from djangae-scaffold. [1]: https://docs.djangoproject.com/en/1.11/ref/templates/api/#configuring-an-engine