[Bug 6656] New: Default sort preferences ignored on advanced search
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Bug #: 6656 Summary: Default sort preferences ignored on advanced search Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Searching AssignedTo: gmcharlt@gmail.com ReportedBy: nengard@gmail.com QAContact: koha-bugs@lists.koha-community.org When you choose a default sort order in your sys preferences that sort is applied to the basic search, but is not chosen by default on the advanced search pages (both staff and opac). The preference should control what is chosen by default everywhere. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-29 03:17:12 UTC --- Hmm, for me it seems to be ignoring the default order everywhere, will investigate -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-29 03:36:38 UTC --- Created attachment 5199 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5199 Bug 6656 : Fix for advanced search not respecting default sort order -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt@gmail.com |chris@bigballofwax.co.nz --- Comment #3 from Nicole C. Engard <nengard@gmail.com> 2011-08-29 10:46:41 UTC --- Do I need to do something special to test this? I applied the patch, changed my sort to title and did searches in staff and opac - and it was always using relevance. I then changed to author and the same thing ... it stayed searching relevance. Don't want to fail this in case it's something to do with me forgetting a step. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 --- Comment #4 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-29 11:02:34 UTC --- Did you make sure you changed the other pref to a-z (or z-a) as well. If you leave it title, dsc it wont work. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 --- Comment #5 from Nicole C. Engard <nengard@gmail.com> 2011-08-29 11:21:47 UTC --- Created attachment 5208 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5208 my prefs This is what I did - and then I hit save. I then did a search and the sort on the top right in the opac and staff client both say relevance still. Have to head out to do training, but can put a more detailed summary together later. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-29 11:29:10 UTC --- Yes, ascending wont work (it never has) you need a to z, or z to a for title or author. Try changing that (note this patch does not touch that code at all, it just changes the advanced search, the default sort order has always worked only if you choose the right options, ascending/descending for numeric and a to z, z to a for alphabetical ones like title author) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #7 from Nicole C. Engard <nengard@gmail.com> 2011-08-29 13:08:11 UTC --- Okay - we need another bug to have asc and desc removed from the list of options if they don't work, but this patch is signed off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5199|0 |1 is obsolete| | --- Comment #8 from Nicole C. Engard <nengard@gmail.com> 2011-08-29 13:11:10 UTC --- Created attachment 5209 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5209 [SIGNED-OFF] Bug 6656 : Fix for advanced search not respecting default sort order -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #9 from Ian Walls <ian.walls@bywatersolutions.com> 2011-08-29 13:49:36 UTC --- Template only change, easy to read, marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 --- Comment #10 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-29 15:31:22 UTC --- They do work, just not with title and author,they work with the numeric ones. Like total number of checkouts, date added etc. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #11 from Chris Cormack <chris@bigballofwax.co.nz> 2011-09-01 09:11:17 UTC --- Patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 --- Comment #12 from Chris Cormack <chris@bigballofwax.co.nz> 2011-09-02 19:26:13 UTC --- Created attachment 5301 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5301 Bug 6656 : Fix for advanced search not respecting default sort order Rebase for 3.4.x Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 --- Comment #13 from Chris Nighswonger <cnighswonger@foundations.edu> 2011-10-26 18:02:15 UTC --- The fix for this bug was published in the 3.4.5 release. If you were the reporter of this bug, please take time to verify the fix and update the status of this bug report accordingly. If the bug is fixed to your satisfaction, please close this report. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6656 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent (DO NOT USE) |P5 - low Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org