- Merge request !125Issue #3198497: Support 64-bit integer numeric value. → (Open) created by mparker17
If using field is defined as bigint (e.g. with https://www.drupal.org/project/bigint/ → module), big integers throw error on Elasticsearch backend.
1. Create bigint field to node.
2. Map bigint field as "Integer" data type on search_api.
3. Create node with bigint value.
4. Node is not indexed since and Elasticsearch produces an error.
Implement "long" numeric type.
Write a patch + RTBC.
-
-
-
Needs review
7.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.