[Koha-bugs] [Bug 16925] New: Shelving location search in OPAC nests search term in single quotes for every level of search results.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 14 20:07:18 CEST 2016


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

            Bug ID: 16925
           Summary: Shelving location search in OPAC nests search term in
                    single quotes for every level of search results.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

NOTE: This bug does *NOT* occur in Chrome.

Prerequisites: 

1) Enough bibs loaded in the database having the same shelving location such
that several pages of results will display. 
2) AdvancedSearchTypes must include

    loc

Steps to reproduce:
1/ Navigate to OPAC advanced search page in firefox or IE
2/ Click on ShelvingLocation tab
3/ Select one of the available locations and click search.
   (examples below are using the location CDB)
4/ Note that the breadcrumb is in the form
   Results of search  with limit(s): 'mc-loc:'CDB'',
   The URL contains limit=mc-loc%3ACDB
5/ Click Next
6/ Breadcrumb shows Results of search  with limit(s): 'mc-loc:''CDB'''
   URL contains limit=mc-loc%3A%27CDB%27

Every time you click Next, another layer of quotes is added around the shelving
location in the breadcrumbs:

'mc-loc:'CDB''
'mc-loc:''CDB'''
'mc-loc:'''CDB''''

And the shelving location is nested a layer deeper in %27:

limit=mc-loc%3ACDB
limit=mc-loc%3A%27CDB%27
limit=mc-loc%3A%27%27CDB%27%27

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list