https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17107 --- Comment #1 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Created attachment 54290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54290&action=edit Bug 17107 - Add ident and Identifier-standard to known indexes Add ident and Identifier-standard to known indexes in C4::Search::getIndexes(). Those indexes can be very useful, for example for IdRef feature. Test plan : - Make sure some records have a field indexed with Identifier-standard, ISBN=1234 for example - Perform a search /cgi-bin/koha/opac-search.pl?idx=ident,phr&q=1234 => you find the record - Perform a search /cgi-bin/koha/opac-search.pl?q=ident:1234 => Without patch : you get no results => With patch : you find the record Idem for 'Identifier-standard' -- You are receiving this mail because: You are watching all bug changes.