Bug 12585 - Tag searching broken if QueryParser is turned on
Summary: Tag searching broken if QueryParser is turned on
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low major
Assignee: Tomás Cohen Arazi (tcohen)
QA Contact: Testopia
URL: /cgi-bin/koha/opac-search.pl?tag=foo&...
Keywords:
Depends on:
Blocks: 12742
  Show dependency treegraph
 
Reported: 2014-07-16 14:23 UTC by Owen Leonard
Modified: 2020-11-30 21:45 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
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 Owen Leonard 2014-07-16 14:23:05 UTC
If you try to search by tag in the OPAC with the UseQueryParser system preference turned off you get an error:

Can't locate YAML/XS.pm in @INC at (eval 1903) line 1.
Comment 1 Tomás Cohen Arazi (tcohen) 2014-08-10 14:43:07 UTC
Owen, could you please provide steps to reproduce? I cannot seem to be able to reproduce it.

I have tried both UseQueryParser on and off (the description of the bug is a bit confusing, I assumed the title was the right one). And did:

- Populated my database with lots of records.
- Logged with my username on the OPAC (bootstrap)
- Added a tag "Tomas" to a record.
- Went to my personal page, and clicked on "Your tags" (shouldn't it be "My tags" ? :-D)
- Then clicked on the tag I created, and it showed the record.