Commit Graph

23 Commits

Author SHA1 Message Date
amercader dee8ffed97 Drop support for Python 2 2023-10-31 15:50:02 +01:00
amercader b4e9d97020 Drop support for PostGIS search backend 2023-10-31 15:18:41 +01:00
amercader 7091f4b7f2 Correct wrong method number in docs 2023-06-09 15:25:25 +02:00
amercader 9d9bc23695 Mention solr images in docs 2023-01-26 12:43:54 +01:00
amercader 6c48fdd32d Document ckanext.spatial.solr_query 2022-10-11 15:13:39 +02:00
amercader ec0cc00bbe Revert to the old implementation for Bbox based searches
The approach using Solr's own BBoxField turned out to be not optimal as
it required the use of LocalParams. This is fine if the query is used in
`fq` but CKAN core does not allow it on `q` (unreasonably IMO). Long
story short the old implementation is a bit more verbose but supports:

* Proper spatial sorting
* Combining queries in `q` with a spatial filter
* Antimeridian queries handling

It doesn't support Point geometries, but users can use
`solr-spatial-field` if they need them
2022-10-11 14:36:59 +02:00
amercader ef8c3c1134 Rename solr backend to solr-bbox for clarity 2022-10-06 11:19:38 +02:00
amercader efc244bff4 Update spatial search documentation 2022-09-06 13:44:56 +02:00
amercader 87b723e9de Update docs to reflect PostGIS not being supported 2022-08-24 16:25:35 +02:00
amercader cdf4b70bb7 Update CLI docstrings and documentation, remove unused file 2021-05-28 13:27:12 +02:00
Adrià Mercader cb9c1294f2 Merge pull request #116 from DataShades/spatial-field-solr-5
#114 solr-spatial-field search Solr 5 compatibility
2016-05-31 15:22:58 +01:00
amercader 8341611cd6 Merge branch 'patch-1' of https://github.com/neothemachine/ckanext-spatial into neothemachine-patch-1 2015-10-23 16:23:53 +01:00
David Read b28dbd515f Tip about using reindex. 2015-10-21 11:45:36 +01:00
Maik Riechert 07ba392c93 mention {% ckan_extends %} in spatial search widget docs 2015-10-18 00:27:36 +01:00
Mark Gregson b9e8e70bfc [#114] Updates spatial search docs for Solr 5 compatibility 2015-10-06 11:03:55 +11:00
amercader 44d826caca Minor doc tweaks 2015-05-15 13:06:45 +01:00
amercader d148b759f1 [#97] Update docs for PostGIS 2 and tweaks 2015-04-01 13:15:58 +01:00
amercader d78d904a43 Merge branch 'patch-2' of https://github.com/boabjohn/ckanext-spatial into boabjohn-patch-2 2014-06-27 16:05:31 +01:00
John Brisbin 9e3c31319d Minor clarification for template extension
When creating a minimal custom theme users may start with a blank read.html file and include only the secondary_content block. This will fail, as the template needs to start with ckan_extends.
2014-06-14 12:43:20 +10:00
John Brisbin 9b67dab3a8 Update spatial-search.rst
Add a clue for locating the solr schema.xml file
2014-06-13 21:52:33 +10:00
amercader c352fbdadb [#52] Show dataset map correctly on all 2.x versions 2014-01-09 17:46:45 +00:00
amercader 435f9cdd4a [#39] New docs
Completely revised and restructured docs to be built with Sphinx.
Structured in logic areas, with a big cleanup and nice formatting.
Revised install instructions.

Added the okfn-sphinx-theme submodule to have a consistent look and feel
with the core CKAN docs, although core docs are using an older revision.
2013-09-08 19:42:39 +01:00
amercader a2f95f4da4 First docs draft 2013-04-10 17:37:33 +01:00