https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31695 --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 141403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=141403&action=edit Bug 31695: Type standard number is missing field ci_raw in field_config.yaml In Elasticsearch fields config field_config.yaml, default type as a field 'ci_raw'. This is used for exact search. This field is missing for type standard number 'stdno'. Test plan : 1) Use Elasticsearch search engine 2) For authorities, configure a search field with type 'standard number' 3) Go to authorities search 4) Perform a search on an existing value, with 'contains' => Result is found with or without patch 5) Perform a search on an existing value, with 'is exactly' => Result is found only with patch -- You are receiving this mail because: You are watching all bug changes.