[Bug] [CRS normalization] Ingested manifest with 2D CRS Persistable reference cannot be found by Search

  1. Ingest the attached manifest SeismicBinGrid_2D.txt

  2. After airflow is done, check that the following request was executed successfully: GET https://{{STORAGE_HOST}}/records/{{data-partition-id}}:work-product-component--SeismicBinGrid:10May2Dpoly

The record is displayed

  1. Execute the following request: POST https://{{SEARCH_HOST}}/query

with the body:

{ "kind": ":::", "limit": 300, "query": "id: "https://{{STORAGE_HOST}}/records/{{data-partition-id}}:work-product-component--SeismicBinGrid:10May2Dpoly"" }

Result: the record is not returned.

Edited by Kateryna Kurach (EPAM)