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

            Bug ID: 26508
           Summary: "sn:" shortcut to search by biblionumber is too broad
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: [email protected]
          Reporter: [email protected]

Searching for "sn:1" seems to be returning every bib with a 1 in its bib
number. "sn:100" only returns bib 100.

Turned on DumpSearchQueryTemplate and pulled this from the source when
searching "sn:1":
'query' => '(local-number:1*)',
        'default_operator' => 'AND',
        'lenient' =>
$VAR1->{'search_query'}{'query'}{'query_string'}{'analyze_wildcard'}
      }
    },

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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