https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41859

            Bug ID: 41859
           Summary: Authority search autocomplete results not consistent
                    with search results
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

When cataloguing and using authority plugin, there is auto complete feature.
But hints it produces are not consistent with search results made with the same
operator. E.g. (with standard KTD test data set) typing 'reusability' in
'Search main heading'/'Search all headings'/'Search entire record' gives no
hints but one result ("Computer software Reusability.")

It does not seem logical.

This is because standard search operator is set to 'contains' and the hardcoded
operator for autocompletion is set to 'start'. At the same time, in
Elasticsearch, the subdivisions are always included as part of indexed string.
In Zebra, it also true (Heading and Match indices) except for 'Search entire
record' which uses index 'Any'.

The expected behavior would be to have it consistent.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to