Bug 28330 - Search links from tags broken?
Summary: Search links from tags broken?
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-12 13:06 UTC by Magnus Enger
Modified: 2024-07-04 20:37 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Enger 2021-05-12 13:06:16 UTC
This is what I see on 20.11: 

- I have a catalogue where searching for "perl" gives 5 hits. The URL for the search has opac-search.pl?q=perl

- I tag two of the five records above with "perl" + one record that is not among the five, so three records are tagged with "perl"

- Searching for "perl" still gives five hits, as expected

- Following a link from the tag "perl" gives me three hits, the ones that are tagged with "perl". The URL has opac-search.pl?tag=perl&q=perl. 

I was expecting the last search to give me 6 hits, the union(?) of the five records that contains "perl" and the "extra" one that is tagged with "perl". Am I just remembering wronlgy how this used to work?
Comment 1 Katrin Fischer 2023-07-01 09:14:26 UTC
You can't search for tags in the catalogue search or mix the results like you expected. The 'perl' link lead to a tag search, so giving you only the tagged items. 

The search issue is filed as bug 5993.