@@ -, +, @@ fields 1. In search engine configuration, change the type of a text field to 'Number' (for instance 'title') 2. misc/search_tools/rebuild_elasticsearch.pl -d -b 3. See that the index is empty (unless you have titles consisting only of digits) 1. misc/search_tools/rebuild_elasticsearch.pl -d -b 2. Now records are correctly indexed --- admin/searchengine/elasticsearch/field_config.yaml | 1 + 1 file changed, 1 insertion(+) --- a/admin/searchengine/elasticsearch/field_config.yaml +++ a/admin/searchengine/elasticsearch/field_config.yaml @@ -24,6 +24,7 @@ search: integer: type: integer null_value: 0 + ignore_malformed: true stdno: type: text analyzer: analyzer_stdno --