I think this is a bug but I wanted to know if anyone could think of a way around it. In a List, book titles starting with the articles "A", "An" and "The" appear to be sorted improperly and appear in order WITH the article included instead of "skipping" the article and sorting by the second word in the title. Can anyone think of an "easy" way to get Koha to skip the articles in titles in Lists? Titles seem to sort as expected in search results and other places. I see this issue in the package version of 3.18.06, 3.18.03, and 3.16.02. Thanks! Steve
Hello Steve, Are you talking about /cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=42&sort=title&direction=asc If yes, it's a bug. The pagination on this page is done using mysql ("order by title"). We could use the DataTables plugin to sort the table and remove the stopwords. You can open a new bug report :) Regards, Jonathan 2015-06-22 13:37 GMT+01:00 Steven Nickerson <snicker1@maine.rr.com>:
I think this is a bug but I wanted to know if anyone could think of a way around it. In a List, book titles starting with the articles "A", "An" and "The" appear to be sorted improperly and appear in order WITH the article included instead of "skipping" the article and sorting by the second word in the title. Can anyone think of an "easy" way to get Koha to skip the articles in titles in Lists? Titles seem to sort as expected in search results and other places.
I see this issue in the package version of 3.18.06, 3.18.03, and 3.16.02.
Thanks!
Steve
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hi-- We noticed this last fall--I think there's a bug for it already: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13722 Cheerio! --heather ~~~~~~~~~~~~~~ Heather Hernandez Technical Services Librarian San Francisco Maritime National Historical Park Research Center 415-561-7032, heather_hernandez@nps.gov http://www.nps.gov/safr/learn/historyculture/museum-collections.htm "The sailor does not pray for wind, he learns to sail."--Gustaf Lindborg
Thank you Heather...yes, that looks like the same issue. I had actually search Bugzilla first but didn't see that one. Thanks again! Steve -----Original Message----- From: Hernandez, Heather [mailto:heather_hernandez@nps.gov] Sent: Monday, June 22, 2015 12:18 PM To: koha@lists.katipo.co.nz Subject: Re: [Koha] Sorting of LISTS Hi-- We noticed this last fall--I think there's a bug for it already: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13722 Cheerio! --heather ~~~~~~~~~~~~~~ Heather Hernandez Technical Services Librarian San Francisco Maritime National Historical Park Research Center 415-561-7032, heather_hernandez@nps.gov http://www.nps.gov/safr/learn/historyculture/museum-collections.htm "The sailor does not pray for wind, he learns to sail."--Gustaf Lindborg
participants (3)
-
Hernandez, Heather -
Jonathan Druart -
Steven Nickerson