@@ -, +, @@ indexes - 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 - Perform a search /cgi-bin/koha/opac-search.pl?q=ident:1234 --- C4/Search.pm | 2 ++ 1 file changed, 2 insertions(+) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -1136,6 +1136,8 @@ sub getIndexes{ 'Heading-use-subject-added-entry', 'Host-item', 'id-other', + 'ident', + 'Identifier-standard', 'Illustration-code', 'Index-term-genre', 'Index-term-uncontrolled', --