https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26221 Bug ID: 26221 Summary: Advance Search under collection and Shelving location problem. Change sponsored?: --- Product: Koha Version: 20.05 Hardware: PC OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs@lists.koha-community.org Reporter: webmaster@bhavans.info I Installed Debian 10 and Koha 20.05. the site is available at: http://45.82.73.122 Everything works fine except Advance Search. Problem- 1: When I do a Advance Search in Collection for a subject, I get "0" result and the search link is somethin like this: (limit=mc-itype%3AHIN) http://45.82.73.122/cgi-bin/koha/opac-search.pl?advsearch=1&idx=kw&idx=kw&idx=kw&do=Search&limit=mc-ccode%3AHIN&sort_by=relevance In the same link if I delete "mc-", (limit=itype%3AHIN) I get all the results. Problem-2: If I do an Advance Search for Shelving Location the search result is "0". The search link will be something like this: (mc-loc%3AZOR) http://45.82.73.122/cgi-bin/koha/opac-search.pl?advsearch=1&idx=kw&idx=kw&idx=kw&do=Search&limit=mc-loc%3AZOR&sort_by=relevance In this search url, if I change "mc-loc" to "location", I get the result. http://45.82.73.122/cgi-bin/koha/opac-search.pl?advsearch=1&idx=kw&idx=kw&idx=kw&do=Search&limit=location%3AZOR&sort_by=relevance Problem-3: On the home page (left side) I added a " Subject Search Form. Here I defined each collection as <option value="ccode:GEN">General</option> On selection, the page changes and I get the correct result. Conclusion: 1. mc-ccode is not working but ccode is working 2. mc-loc is not working but location is working. Can anyone suggest a way to over come this? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.