Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joetsoi committed Nov 19, 2014
1 parent cb956d2 commit 10560ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/datastore/db.py
Expand Up @@ -775,7 +775,6 @@ def _to_full_text(fields, record):

if field['type'].lower() in ft_types and str(value):
full_text.append(str(value))
full_text.append(value)
else:
full_text.extend(json_get_values(value))
return ' '.join(set(full_text))
Expand Down

0 comments on commit 10560ba

Please sign in to comment.