Search code examples
djangodjango-haystackgeo

Polygon search in django haystack


Documentation says, that polygon search is possible with elastic http://django-haystack.readthedocs.org/en/latest/spatial.html

However, I can't find any code samples with polygon search implementation. Do you have some?


Solution

  • An answer is here: https://github.com/toastdriven/django-haystack/pull/720

    Request is ready, but still not merged: it lacks docs and tests.