Bug 18575 - QueryFuzzy not enabled for Title search in Zebra
Summary: QueryFuzzy not enabled for Title search in Zebra
Status: RESOLVED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-10 16:01 UTC by Barton Chittenden
Modified: 2023-09-15 20:47 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barton Chittenden 2017-05-10 16:01:32 UTC
Prerequisite:

    Hitchhiker's Guide To the Galaxy

is searchable in the catalog.

To replicate:

1) Set the system preference QueryFuzzy to 'Enable'
2) Run the following search:

      ti: Hitchhikers Guide To the Galaxy

   This will fail.

3) A keyword search for

      Hitchhikers Guide To the Galaxy

   will get hits.

Technical notes: I enabled 'request' logging in koha-conf.xml:

  <zebra_loglevels>none,fatal,warn,request</zebra_loglevels>

In the zebra logs, I see the truncation attribute

   @attr 5=103

In the keyword search, but not in the title search.
Comment 1 Katrin Fischer 2023-09-15 20:47:47 UTC
Using the "Title" drop-down in the OPAC, both searches work for me:

Hitchhiker's Guide To the Galaxy
Hitchhikers Guide To the Galaxy

I believe that the CCL commands/expert search doens't fuzzy is to be expected.