https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41608 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- Consider in KTD the following: /cgi-bin/koha/opac-search.pl?idx=kw&q=e&limit=itype%3ABK&limit=itype%3AVM&sort_by=relevance&count=20 This only shows records that have both "Books" and "Visual Materials" indexed item types. That's probably not what we want most of the time. /cgi-bin/koha/opac-search.pl?advsearch=1&q=e&weight_search_submitted=1&weight_search=1&do=Search&limit=mc-itype%2Cphr%3ABK&limit=mc-itype%2Cphr%3AVM&sort_by=relevance This works more like what we'd expect... is that what the "mc-" prefix is all about? Multiple? Something to look at... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.