Bug 19971

Summary: typo in the comments of parseQuery routine
Product: Koha Reporter: Koha Team University Lyon 3 <koha>
Component: SearchingAssignee: Koha Team University Lyon 3 <koha>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: fridolin.somers, jonathan.druart, koha, nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Typo in the comments of parseQuery routine
Bug 19971 Typo in the comments of parseQuery routine
Bug 19971 Typo in the comments of parseQuery routine

Description Koha Team University Lyon 3 2018-01-15 16:21:07 UTC
In the instructions of use, buildQuery is written instead of parseQuery
Comment 1 Koha Team University Lyon 3 2018-01-15 16:35:06 UTC
Created attachment 70491 [details] [review]
Typo in the comments of parseQuery routine
Comment 2 Mark Tompsett 2018-01-18 00:32:29 UTC
Created attachment 70654 [details] [review]
Bug 19971 Typo in the comments of parseQuery routine

TEST PLAN
---------
1) Run these commands:
    git checkout master
    git pull
    perldoc C4::Search
2) look for parseQuery
    -- NOTE: The sample code provided below this heading has
             the wrong function name!
3) Run these commands:
    git checkout -b bug_19971 origin/master
    perldoc C4::Search
4) look for parseQuery
    -- NOTE: The wrong function name is corrected.
5) Run koha qa test tools

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Comment 3 Nick Clemens (kidclamp) 2018-01-19 16:04:28 UTC
Created attachment 70758 [details] [review]
Bug 19971 Typo in the comments of parseQuery routine

TEST PLAN
---------
1) Run these commands:
    git checkout master
    git pull
    perldoc C4::Search
2) look for parseQuery
    -- NOTE: The sample code provided below this heading has
             the wrong function name!
3) Run these commands:
    git checkout -b bug_19971 origin/master
    perldoc C4::Search
4) look for parseQuery
    -- NOTE: The wrong function name is corrected.
5) Run koha qa test tools

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 4 Jonathan Druart 2018-01-19 18:56:30 UTC
Pushed to master for 18.05, thanks to everybody involved!
Comment 5 Nick Clemens (kidclamp) 2018-01-23 04:15:50 UTC
Awesome work all!

Pushed to Stable for 17.11.02
Comment 6 Fridolin Somers 2018-02-02 08:40:00 UTC
Pushed to 17.05.x for v17.05.09