From fc0cad20cf24b125b85138d3da02d0c644880809 Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Thu, 16 Nov 2023 19:21:53 -0500 Subject: [PATCH] Treat isic_id as a keyword to improve wildcard searching --- isic/core/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isic/core/search.py b/isic/core/search.py index 6ffa5955..a993166a 100644 --- a/isic/core/search.py +++ b/isic/core/search.py @@ -37,7 +37,7 @@ "contributor_owner_ids": {"type": "integer"}, "created": {"type": "date"}, "id": {"type": "integer"}, - "isic_id": {"type": "text"}, + "isic_id": {"type": "keyword"}, "copyright_license": {"type": "keyword"}, "public": {"type": "boolean"}, "shared_to": {"type": "integer"},