http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10281 Bug ID: 10281 Summary: Search domains do not seem to work Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: magnus@enger.priv.no I added two libraries and added them to a search domain (with code "NARVIK"). One of them owns "The hobbit" and the other owns "Lord of the rings". - When I search for "hobbit" in the first library I get one hit as expected. - When I search for "rings" in the second library I also get one hit as expected. - When I search for "tolkien" in the group I get no results. - When I search for "hobbit" or "rings" in the group I get no results. - When I search for "tolkien" in "all libraries" I get two hits, as expected. Are search domains (a.k.a "search groups of libraries") broken or is there some missing config step? The documentation does not seem to mention anything of that sort. The URLs for the search limited to the search domain looks like this: OPAC, simple search (with OpacAddMastheadLibraryPulldown activated): /cgi-bin/koha/opac-search.pl?q=tolkien&branch_group_limit=multibranchlimit-NARVIK OPAC, advanced search: /opac-search.pl?idx=kw&q=tolkien&idx=kw&idx=kw&do=Søk&multibranchlimit=NARVIK&sort_by=relevance Intranet search: /cgi-bin/koha/catalogue/search.pl?idx=kw&q=tolkien&idx=kw&idx=kw&multibranchlimit=NARVIK&sort_by=relevance I have tried a full "sudo koha-rebuild-zebra -f -v <instancename>", but that did not change anything. Tested on 3.12 rc2 package install, no memcached or anything else fancy. -- You are receiving this mail because: You are watching all bug changes.