ckanext-spatial search widget returning zero results
- Dominant language
- XSLT
- Stars
- 136
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
### ckanext-spatial search widget is not returning any results in dataset search.
However, I have setup the solr-schema to include minx,maxx,miny,maxy,and bbox
**Here is my schema:**
`{
"responseHeader":{
"status":0,
"QTime":0},
"schema":{
"name":"ckan",
"version":2.9,
"uniqueKey":"index_id",
"defaultSearchField":"text",
"solrQueryParser":{"defaultOperator":"AND"},
"fieldTypes":[{
"name":"binary",
"class":"solr.BinaryField"},
{
"name":"boolean",
"class":"solr.BoolField",
"omitNorms":true,
"sortMissingLast":true},
{
"name":"booleans",
"class":"solr.BoolField",
"sortMissingLast":true,
"multiValued":true},
{
"name":"date",
"class":"solr.TrieDateField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"0"},
{
"name":"double",
"class":"solr.TrieDoubleField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"0"},
{
"name":"float",
"class":"solr.TrieFloatField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"0"},
{
"name":"int",
"class":"solr.TrieIntField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"0"},
{
"name":"long",
"class":"solr.TrieLongField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"0"},
{
"name":"string",
"class":"solr.StrField",
"omitNorms":true,
"sortMissingLast":true},
{
"name":"tdate",
"class":"solr.TrieDateField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"6"},
{
"name":"tdates",
"class":"solr.TrieDateField",
"positionIncrementGap":"0",
"multiValued":true,
"precisionStep":"7"},
{
"name":"tdouble",
"class":"solr.TrieDoubleField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"8"},
{
"name":"tdoubles",
"class":"solr.TrieDoubleField",
"positionIncrementGap":"0",
"multiValued":true,
"precisionStep":"8"},
{
"name":"text",
"class":"solr.TextField",
"positionIncrementGap":"100",
"indexAnalyzer":{
"tokenizer":{
"class":"solr.WhitespaceTokenizerFactory"},
"filters":[{
"class":"solr.WordDelimiterFilterFactory",
"catenateNumbers":"1",
"generateNumberParts":"1",
"splitOnCaseChange":"1",
"generateWordParts":"1",
"catenateAll":"0",
"catenateWords":"1"},
{
"class":"solr.LowerCaseFilterFactory"},
{
"class":"solr.SnowballPorterFilterFactory",
"language":"English",
"protected":"protwords.txt"},
{
"class":"solr.ASCIIFoldingFilterFactory"}]},
"queryAnalyzer":{
"tokenizer":{
"class":"solr.WhitespaceTokenizerFactory"},
"filters":[{
"class":"solr.SynonymFilterFactory",
"expand":"true",
"ignoreCase":"true",
"synonyms":"synonyms.txt"},
{
"class":"solr.WordDelimiterFilterFactory",
"catenateNumbers":"0",
"generateNumberParts":"1",
"splitOnCaseChange":"1",
"generateWordParts":"1",
"catenateAll":"0",
"catenateWords":"0"},
{
"class":"solr.LowerCaseFilterFactory"},
{
"class":"solr.SnowballPorterFilterFactory",
"language":"English",
"protected":"protwords.txt"},
{
"class":"solr.ASCIIFoldingFilterFactory"}]}},
{
"name":"text_ngram",
"class":"solr.TextField",
"positionIncrementGap":"100",
"indexAnalyzer":{
"tokenizer":{
"class":"solr.NGramTokenizerFactory",
"maxGramSize":"10",
"minGramSize":"2"},
"filters":[{
"class":"solr.LowerCaseFilterFactory"}]},
"queryAnalyzer":{
"tokenizer":{
"class":"solr.WhitespaceTokenizerFactory"},
"filters":[{
"class":"solr.LowerCaseFilterFactory"}]}},
{
"name":"textgen",
"class":"solr.TextField",
"positionIncrementGap":"100",
"indexAnalyzer":{
"tokenizer":{
"class":"solr.WhitespaceTokenizerFactory"},
"filters":[{
"class":"solr.WordDelimiterFilterFactory",
"catenateNumbers":"1",
"generateNumberParts":"1",
"splitOnCaseChange":"0",
"generateWordParts":"1",
"catenateAll":"0",
"catenateWords":"1"},
{
"class":"solr.LowerCaseFilterFactory"}]},
"queryAnalyzer":{
"tokenizer":{
"class":"solr.WhitespaceTokenizerFactory"},
"filters":[{
"class":"solr.SynonymFilterFactory",
"expand":"true",
"ignoreCase":"true",
"synonyms":"synonyms.txt"},
{
"class":"solr.WordDelimiterFilterFactory",
"catenateNumbers":"0",
"generateNumberParts":"1",
"splitOnCaseChange":"0",
"generateWordParts":"1",
"catenateAll":"0",
"catenateWords":"0"},
{
"class":"solr.LowerCaseFilterFactory"}]}},
{
"name":"tfloat",
"class":"solr.TrieFloatField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"8"},
{
"name":"tfloats",
"class":"solr.TrieFloatField",
"positionIncrementGap":"0",
"multiValued":true,
"precisionStep":"8"},
{
"name":"tint",
"class":"solr.TrieIntField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"8"},
{
"name":"tints",
"class":"solr.TrieIntField",
"positionIncrementGap":"0",
"multiValued":true,
"precisionStep":"8"},
{
"name":"tlong",
"class":"solr.TrieLongField",
"omitNorms":true,
"positionIncrementGap":"0",
"precisionStep":"8"},
{
"name":"tlongs",
"class":"solr.TrieLongField",
"positionIncrementGap":"0",
"multiValued":true,
"precisionStep":"8"}],
"fields":[{
"name":"_version_",
"type":"string",
"indexed":true,
"stored":true},
{
"name":"author",
"type":"textgen",
"indexed":true,
"stored":true},
{
"name":"author_email",
"type":"textgen",
"indexed":true,
"stored":true},
{
"name":"bbox_area",
"type":"float",
"indexed":true,
"stored":true},
{
"name":"capacity",
"type":"string",
"multiValued":false,
"indexed":true,
"stored":true},
{
"name":"child_of",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"ckan_url",
"type":"string",
"omitNorms":true,
"indexed":true,
"stored":true},
{
"name":"data_dict",
"type":"string",
"indexed":false,
"stored":true},
{
"name":"dataset_type",
"type":"string",
"indexed":true,
"stored":true},
{
"name":"dependency_of",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"depends_on",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"derives_from",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"download_url",
"type":"string",
"omitNorms":true,
"indexed":true,
"stored":true},
{
"name":"entity_type",
"type":"string",
"omitNorms":true,
"indexed":true,
"stored":true},
{
"name":"groups",
"type":"string",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"has_derivation",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"id",
"type":"string",
"indexed":true,
"required":true,
"stored":true},
{
"name":"index_id",
"type":"string",
"indexed":true,
"required":true,
"stored":true},
{
"name":"indexed_ts",
"type":"date",
"default":"NOW",
"multiValued":false,
"indexed":true,
"stored":true},
{
"name":"license",
"type":"string",
"indexed":true,
"stored":true},
{
"name":"license_id",
"type":"string",
"indexed":true,
"stored":true},
{
"name":"linked_from",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"links_to",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"maintainer",
"type":"textgen",
"indexed":true,
"stored":true},
{
"name":"maintainer_email",
"type":"textgen",
"indexed":true,
"stored":true},
{
"name":"maxx",
"type":"float",
"indexed":true,
"stored":true},
{
"name":"maxy",
"type":"float",
"indexed":true,
"stored":true},
{
"name":"metadata_created",
"type":"date",
"multiValued":false,
"indexed":true,
"stored":true},
{
"name":"metadata_modified",
"type":"date",
"multiValued":false,
"indexed":true,
"stored":true},
{
"name":"minx",
"type":"float",
"indexed":true,
"stored":true},
{
"name":"miny",
"type":"float",
"indexed":true,
"stored":true},
{
"name":"name",
"type":"string",
"omitNorms":true,
"indexed":true,
"stored":true},
{
"name":"name_ngram",
"type":"text_ngram",
"indexed":true,
"stored":true},
{
"name":"notes",
"type":"text",
"indexed":true,
"stored":true},
{
"name":"organization",
"type":"string",
"multiValued":false,
"indexed":true,
"stored":true},
{
"name":"parent_of",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"permission_labels",
"type":"string",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"ratings_average",
"type":"float",
"indexed":true,
"stored":false},
{
"name":"ratings_count",
"type":"int",
"indexed":true,
"stored":false},
{
"name":"res_description",
"type":"textgen",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"res_format",
"type":"string",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"res_name",
"type":"textgen",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"res_type",
"type":"string",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"res_url",
"type":"string",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"resources_accessed_recent",
"type":"int",
"indexed":true,
"stored":false},
{
"name":"resources_accessed_total",
"type":"int",
"indexed":true,
"stored":false},
{
"name":"revision_id",
"type":"string",
"omitNorms":true,
"indexed":true,
"stored":true},
{
"name":"site_id",
"type":"string",
"indexed":true,
"required":true,
"stored":true},
{
"name":"state",
"type":"string",
"omitNorms":true,
"indexed":true,
"stored":true},
{
"name":"tags",
"type":"string",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"text",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"title",
"type":"text",
"indexed":true,
"stored":true},
{
"name":"title_ngram",
"type":"text_ngram",
"indexed":true,
"stored":true},
{
"name":"title_string",
"type":"string",
"indexed":true,
"stored":false},
{
"name":"url",
"type":"string",
"omitNorms":true,
"indexed":true,
"stored":true},
{
"name":"urls",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":false},
{
"name":"validated_data_dict",
"type":"string",
"indexed":false,
"stored":true},
{
"name":"version",
"type":"string",
"indexed":true,
"stored":true},
{
"name":"views_recent",
"type":"int",
"indexed":true,
"stored":false},
{
"name":"views_total",
"type":"int",
"indexed":true,
"stored":false}],
"dynamicFields":[{
"name":"res_extras_*",
"type":"text",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"extras_*",
"type":"text",
"multiValued":false,
"indexed":true,
"stored":true},
{
"name":"vocab_*",
"type":"string",
"multiValued":true,
"indexed":true,
"stored":true},
{
"name":"*_date",
"type":"date",
"multiValued":false,
"indexed":true,
"stored":true},
{
"name":"*",
"type":"string",
"indexed":true,
"stored":false}],
"copyFields":[{
"source":"author",
"dest":"text"},
{
"source":"ckan_url",
"dest":"urls"},
{
"source":"download_url",
"dest":"urls"},
{
"source":"groups",
"dest":"text"},
{
"source":"license",
"dest":"text"},
{
"source":"maintainer",
"dest":"text"},
{
"source":"name",
"dest":"name_ngram"},
{
"source":"name",
"dest":"text"},
{
"source":"notes",
"dest":"text"},
{
"source":"organization",
"dest":"text"},
{
"source":"res_description",
"dest":"text"},
{
"source":"res_name",
"dest":"text"},
{
"source":"res_url",
"dest":"urls"},
{
"source":"tags",
"dest":"text"},
{
"source":"text",
"dest":"text"},
{
"source":"title",
"dest":"text"},
{
"source":"title",
"dest":"title_ngram"},
{
"source":"url",
"dest":"urls"},
{
"source":"urls",
"dest":"text"},
{
"source":"extras_*",
"dest":"text"},
{
"source":"res_extras_*",
"dest":"text"},
{
"source":"vocab_*",
"dest":"text"}]}}`
**additionally, executing `ckan -c {.ini file here} search-index show {dataset name here}` returns a collection with complete spatial_details field:**
`{'id': 'dc17e0da-f8a9-49e2-9ec1-2386871eb05f', 'name': 'test3', 'name_ngram': 'test3', 'title': 'test3', 'title_ngram': 'test3', 'notes': 'test', 'license_id': 'notspecified', 'metadata_created': '2022-07-15T20:48:16.518Z', 'metadata_modified': '2022-07-15T20:48:27.549Z', 'state': 'active', 'organization': 'test', 'validated_data_dict': '{"additional_information": "", "additional_links": [], "author": "", "author_email": "", "boundingCoordinate": "{\\"eastBoundingCoordinate\\": \\"-92.68066\\", \\"northBoundingCoordinate\\": \\"35.80356\\", \\"southBoundingCoordinate\\": \\"26.45484\\", \\"westBoundingCoordinate\\": \\"-105.07324\\"}", "caveats_usage": "", "collection_method": "", "collection_method_description": "", "coordinate_system": "", "creator_user_id": "4c795700-4026-43c0-ae8e-87d8568e2dde", "data_contact_email": "", "date_range": "01/01/2022 - 09/15/2022", "disclaimer": "", "expected_update": "", "group": ["funding-and-infrastructure", "groundwater", "planning", "soil-environment-climate"], "id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "isopen": false, "last_updated": "", "license_id": "notspecified", "license_title": "License not specified", "maintainer": "", "maintainer_email": "", "metadata_created": "2022-07-15T20:48:16.518286", "metadata_modified": "2022-07-15T20:48:27.549314", "name": "test3", "next_update": "", "notes": "test", "num_resources": 1, "num_tags": 5, "organization": {"id": "21f5dc55-e6f0-4fca-8c58-acfc3a19614c", "name": "test", "title": "test", "type": "organization", "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", "image_url": "", "created": "2022-06-17T15:13:55.548651", "is_organization": true, "approval_status": "approved", "state": "active"}, "owner_org": "21f5dc55-e6f0-4fca-8c58-acfc3a19614c", "placeKeywords": "", "primary_key_field": "", "primary_tags": ["agriculture", "aquifer", "atmospheric", "bathymetry", "boundaries"], "private": false, "program_area": "", "quality_assurance_description": "", "quality_control_level": "", "secondary_tags": ["agriculture", "aquifer", "atmospheric", "bathymetry", "boundaries"], "spatial_description": "", "spatial_details": "{\\"type\\":\\"FeatureCollection\\",\\"crs\\":{\\"type\\":\\"name\\",\\"properties\\":{\\"name\\":\\"urn:ogc:def:crs:OGC:1.3:CRS84\\"}},\\"bounds\\":{\\"s\\":26.4548356917686,\\"w\\":-105.07324218750001,\\"n\\":35.80355722536052,\\"e\\":-92.68066406250001},\\"features\\":[{\\"type\\":\\"Feature\\",\\"properties\\":{\\"id\\":\\"box-0.7399250070507845\\",\\"title\\":\\"Drawn Box\\"},\\"geometry\\":{\\"type\\":\\"Polygon\\",\\"coordinates\\":[[[-105.073242,26.454836],[-105.073242,35.803557],[-92.680664,35.803557],[-92.680664,26.454836],[-105.073242,26.454836]]]}}]}", "state": "active", "supporting_url": "", "title": "test3", "type": "dataset", "update_frequency": "", "update_type": "", "url": null, "version": "", "resources": [{"cache_last_updated": null, "cache_url": null, "created": "2022-07-15T20:48:25.795594", "datastore_active": true, "description": "", "format": "CSV", "hash": "3e7d71b01b62b1fff9e50946abe3567e", "id": "4a96fa23-23c0-4128-934c-67617e86b359", "last_modified": "2022-07-15T20:48:25.556079", "metadata_modified": "2022-07-15T20:48:27.554515", "mimetype": "application/csv", "mimetype_inner": null, "name": "", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "position": 0, "resource_type": null, "size": 1049, "state": "active", "url": "https://dev.txwaterdatahub.org/dataset/dc17e0da-f8a9-49e2-9ec1-2386871eb05f/resource/4a96fa23-23c0-4128-934c-67617e86b359/download/import_user_sample_en.csv", "url_type": "datapusher"}], "tags": [{"display_name": "agriculture", "id": "0500bfc0-0d8a-489b-8236-dc78c5ee0994", "name": "agriculture", "state": "active", "vocabulary_id": null}, {"display_name": "aquifer", "id": "bdd5db72-44c6-4794-ad79-8db76719737f", "name": "aquifer", "state": "active", "vocabulary_id": null}, {"display_name": "atmospheric", "id": "853a65ef-0b91-4490-8086-dc78835103e9", "name": "atmospheric", "state": "active", "vocabulary_id": null}, {"display_name": "bathymetry", "id": "ca13cbd9-e7f8-4d06-9b4a-bea1b46d2a5c", "name": "bathymetry", "state": "active", "vocabulary_id": null}, {"display_name": "boundaries", "id": "fe4d5f7f-1b57-4e19-b148-bd0135447e47", "name": "boundaries", "state": "active", "vocabulary_id": null}], "groups": [], "relationships_as_subject": [], "relationships_as_object": []}', 'extras_additional_links': '[]', 'extras_boundingCoordinate': '{"eastBoundingCoordinate": "-92.68066", "northBoundingCoordinate": "35.80356", "southBoundingCoordinate": "26.45484", "westBoundingCoordinate": "-105.07324"}', 'extras_date_range': '01/01/2022 - 09/15/2022', 'extras_group': '["funding-and-infrastructure", "groundwater", "planning", "soil-environment-climate"]', 'extras_primary_tags': 'agriculture,aquifer,atmospheric,bathymetry,boundaries', 'extras_secondary_tags': 'agriculture,aquifer,atmospheric,bathymetry,boundaries', 'extras_spatial_details': '{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},"bounds":{"s":26.4548356917686,"w":-105.07324218750001,"n":35.80355722536052,"e":-92.68066406250001},"features":[{"type":"Feature","properties":{"id":"box-0.7399250070507845","title":"Drawn Box"},"geometry":{"type":"Polygon","coordinates":[[[-105.073242,26.454836],[-105.073242,35.803557],[-92.680664,35.803557],[-92.680664,26.454836],[-105.073242,26.454836]]]}}]}', 'tags': ['agriculture', 'aquifer', 'atmospheric', 'bathymetry', 'boundaries'], 'capacity': 'public', 'res_format': ['CSV'], 'res_url': ['https://dev.txwaterdatahub.org/dataset/dc17e0da-f8a9-49e2-9ec1-2386871eb05f/resource/4a96fa23-23c0-4128-934c-67617e86b359/download/import_user_sample_en.csv'], 'entity_type': 'package', 'dataset_type': 'dataset', 'site_id': 'Texas Water Data Hub', 'index_id': 'c552adcf22bc683953435feb9a76acf6', '_version_': '1738703184823582720', 'indexed_ts': '2022-07-18T15:02:51.219Z', 'data_dict': '{"id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "name": "test3", "title": "test3", "version": "", "url": null, "author": "", "author_email": "", "maintainer": "", "maintainer_email": "", "notes": "test", "license_id": "notspecified", "type": "dataset", "owner_org": "21f5dc55-e6f0-4fca-8c58-acfc3a19614c", "creator_user_id": "4c795700-4026-43c0-ae8e-87d8568e2dde", "metadata_created": "2022-07-15T20:48:16.518286", "metadata_modified": "2022-07-15T20:48:27.549314", "private": false, "state": "active", "resources": [{"id": "4a96fa23-23c0-4128-934c-67617e86b359", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "url": "https://dev.txwaterdatahub.org/dataset/dc17e0da-f8a9-49e2-9ec1-2386871eb05f/resource/4a96fa23-23c0-4128-934c-67617e86b359/download/import_user_sample_en.csv", "format": "CSV", "description": "", "hash": "3e7d71b01b62b1fff9e50946abe3567e", "position": 0, "name": "", "resource_type": null, "mimetype": "application/csv", "mimetype_inner": null, "size": 1049, "created": "2022-07-15T20:48:25.795594", "last_modified": "2022-07-15T20:48:25.556079", "metadata_modified": "2022-07-15T20:48:27.554515", "cache_url": null, "cache_last_updated": null, "url_type": "datapusher", "state": "active", "datastore_active": true}], "num_resources": 1, "tags": [{"id": "0500bfc0-0d8a-489b-8236-dc78c5ee0994", "name": "agriculture", "vocabulary_id": null, "state": "active", "display_name": "agriculture"}, {"id": "bdd5db72-44c6-4794-ad79-8db76719737f", "name": "aquifer", "vocabulary_id": null, "state": "active", "display_name": "aquifer"}, {"id": "853a65ef-0b91-4490-8086-dc78835103e9", "name": "atmospheric", "vocabulary_id": null, "state": "active", "display_name": "atmospheric"}, {"id": "ca13cbd9-e7f8-4d06-9b4a-bea1b46d2a5c", "name": "bathymetry", "vocabulary_id": null, "state": "active", "display_name": "bathymetry"}, {"id": "fe4d5f7f-1b57-4e19-b148-bd0135447e47", "name": "boundaries", "vocabulary_id": null, "state": "active", "display_name": "boundaries"}], "num_tags": 5, "extras": [{"id": "5df3e397-e2d0-40d5-9181-882bf893e679", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "additional_information", "value": "", "state": "active"}, {"id": "5a4e2907-4f1b-4f2d-b1eb-0f6144f5a567", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "additional_links", "value": "[]", "state": "active"}, {"id": "52e1f0af-0398-4b8e-97b6-f09c2dba757e", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "boundingCoordinate", "value": "{\\"eastBoundingCoordinate\\": \\"-92.68066\\", \\"northBoundingCoordinate\\": \\"35.80356\\", \\"southBoundingCoordinate\\": \\"26.45484\\", \\"westBoundingCoordinate\\": \\"-105.07324\\"}", "state": "active"}, {"id": "c47a691e-ee77-42e8-bd96-f9276be2900a", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "caveats_usage", "value": "", "state": "active"}, {"id": "c8428e2a-90f4-4a80-bea3-2ddeee92d005", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "collection_method", "value": "", "state": "active"}, {"id": "c5912658-076e-416a-80af-9041a8d3a66f", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "collection_method_description", "value": "", "state": "active"}, {"id": "af64362f-d23b-44d1-b04f-7324781c2477", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "coordinate_system", "value": "", "state": "active"}, {"id": "7c1d0b9c-d636-457d-8077-72e985fefedb", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "data_contact_email", "value": "", "state": "active"}, {"id": "d51dd4ec-a896-4e8b-8386-840b6aafc615", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "date_range", "value": "01/01/2022 - 09/15/2022", "state": "active"}, {"id": "00110964-5abc-423a-9a48-b68967eb65cc", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "disclaimer", "value": "", "state": "active"}, {"id": "7131b5a3-f486-4c0d-9f61-27262dc08048", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "expected_update", "value": "", "state": "active"}, {"id": "5c90b27f-4d36-407c-8fe9-bf69ad7b9cd3", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "group", "value": "[\\"funding-and-infrastructure\\", \\"groundwater\\", \\"planning\\", \\"soil-environment-climate\\"]", "state": "active"}, {"id": "498d269c-0d02-49dc-a40a-ad02a3200275", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "last_updated", "value": "", "state": "active"}, {"id": "c6f5a01c-47ca-46f1-8768-f22679c9bb35", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "next_update", "value": "", "state": "active"}, {"id": "f30059cc-f995-4f3c-ad9a-e8046867095a", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "placeKeywords", "value": "", "state": "active"}, {"id": "27ef65fb-6e09-43c7-bf23-6e2111729b80", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "primary_key_field", "value": "", "state": "active"}, {"id": "53d0e437-c910-47e7-ae62-4d436705e9a2", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "primary_tags", "value": "agriculture,aquifer,atmospheric,bathymetry,boundaries", "state": "active"}, {"id": "3ac07831-c3e3-4440-9d82-94494f841e1a", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "program_area", "value": "", "state": "active"}, {"id": "4fa38b9a-bc4e-43b5-9014-7da2cbae90ad", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "quality_assurance_description", "value": "", "state": "active"}, {"id": "95ceaced-9f51-40ce-83ca-0999907c70fa", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "quality_control_level", "value": "", "state": "active"}, {"id": "b679eead-1d5d-4ca4-b87c-5cd50eac8f42", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "secondary_tags", "value": "agriculture,aquifer,atmospheric,bathymetry,boundaries", "state": "active"}, {"id": "10d6d23f-01a4-428b-97a6-eee8e029ae44", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "spatial_description", "value": "", "state": "active"}, {"id": "3c115612-69e9-42bf-881b-0215d7c0a967", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "spatial_details", "value": "{\\"type\\":\\"FeatureCollection\\",\\"crs\\":{\\"type\\":\\"name\\",\\"properties\\":{\\"name\\":\\"urn:ogc:def:crs:OGC:1.3:CRS84\\"}},\\"bounds\\":{\\"s\\":26.4548356917686,\\"w\\":-105.07324218750001,\\"n\\":35.80355722536052,\\"e\\":-92.68066406250001},\\"features\\":[{\\"type\\":\\"Feature\\",\\"properties\\":{\\"id\\":\\"box-0.7399250070507845\\",\\"title\\":\\"Drawn Box\\"},\\"geometry\\":{\\"type\\":\\"Polygon\\",\\"coordinates\\":[[[-105.073242,26.454836],[-105.073242,35.803557],[-92.680664,35.803557],[-92.680664,26.454836],[-105.073242,26.454836]]]}}]}", "state": "active"}, {"id": "70ec2625-f80d-4e8b-910c-1db89e0f8e38", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "supporting_url", "value": "", "state": "active"}, {"id": "a07c31ef-b9f0-4d2b-8cf9-f62918267084", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "update_frequency", "value": "", "state": "active"}, {"id": "4ff66940-5dd9-4eab-8a5e-5927f127c0b9", "package_id": "dc17e0da-f8a9-49e2-9ec1-2386871eb05f", "key": "update_type", "value": "", "state": "active"}], "groups": [], "organization": {"id": "21f5dc55-e6f0-4fca-8c58-acfc3a19614c", "name": "test", "title": "test", "type": "organization", "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", "image_url": "", "created": "2022-06-17T15:13:55.548651", "is_organization": true, "approval_status": "approved", "state": "active"}, "relationships_as_subject": [], "relationships_as_object": [], "isopen": false, "license_title": "License not specified"}'}`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing dataset search with the ckanext-spatial search widget and inspect the Solr schema fields minx, maxx, miny, maxy, and bbox. Determine why valid spatial searches return zero results, then verify that the corrected behavior returns matching datasets and add coverage if the relevant test location can be identified.
Written by the indexing model from the issue text.
Assessment
- Domain
- search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100