Skip to content

Commit

Permalink
handle null keywords updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bpathak-ons committed Mar 14, 2022
1 parent 5868cf6 commit 7366949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var searchDataImport = `{
{"name": "search_index", "type": "string", "default": ""},
{"name": "cdid", "type": "string", "default": ""},
{"name": "dataset_id", "type": "string", "default": ""},
{"name": "keywords","type":["null",{"type":"array","items":"string"}]},
{"name": "keywords", "type": {"type":"array","items":"string"}},
{"name": "meta_description", "type": "string", "default": ""},
{"name": "release_date", "type": "string", "default": ""},
{"name": "summary", "type": "string", "default": ""},
Expand Down

0 comments on commit 7366949

Please sign in to comment.