Bug 7317: (QA followup) Make query parameters consistent with other endpoints
[koha.git] / opac / opac-search.pl
2017-10-27 SrdjanBug 16660: Moved Opac Supression filtering from opac...
2017-10-09 Aleisha AmohiaBug 13205: [FOLLOW-UP] Fixing math and variable names
2017-10-09 Aleisha AmohiaBug 13205: [FOLLOW-UP] Some extra logic
2017-10-09 Aleisha AmohiaBug 13205: Last/first page options for result list...
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-07-14 Jonathan DruartBug 18262: Koha::Biblio - Remove GetBiblioData - part 1
2017-07-14 Chris CormackBug 18854 - Protect from DOS
2017-07-05 Jonathan DruartBug 17843: Replace C4::Koha::getitemtypeinfo with Koha...
2017-05-12 Marcel de RooyBug 18400: [QA Follow-up] Move sort outside the loop
2017-05-12 Nick ClemensBug 18400 - Noisy warns in opac-search.pl during itemty...
2017-04-14 Marcel de RooyBug 17835: [QA Follow-up] Fix opac-search.pl
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-02-17 Jonathan DruartBug 17627: Move C4::Koha::GetItemTypesByCategory to...
2017-02-14 EmmaBug 17134: Replace item types codes with category in...
2017-01-13 Jonathan DruartBug 17196: Move marcxml out of the biblioitems table
2016-11-18 Koha Team Lyon 3Bug_17484 Search with date range limit (lower and upper...
2016-09-25 Jonathan DruartBug 16551: Display the name of lists to the search...
2016-09-09 Jonathan DruartBug 17089: Koha::Ratings - Remove GetRating
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Assign a list
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Force scalar context
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatRevert "Bug 12478: Display facet terms ordered by numbe...
2016-04-26 Jonathan DruartBug 12478: Take the FacetMaxCount pref into account
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatBug 12478: allow more granular sorting configuration
2016-04-26 Robin SheatBug 12478 - fix syntax errors so that stuff runs
2016-04-26 Robin SheatBug 12478 - authority work in progress
2016-04-26 Robin SheatBug 12478 - authorities can now be stored in ES
2016-04-26 Robin SheatBug 12478 - pile of elasticsearch code
2016-04-07 Jonathan DruartBug 16157: Move the selected flag from GetAuthorisedVal...
2016-02-24 Kyle M HallBug 15629 [QA Followup]
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove GetBranchesInCatego...
2016-02-22 Dobrica PavlinusicBug 15818 - OPAC search with utf-8 characters and witho...
2016-01-27 Jonathan Druart Bug 15613: Fix 2 other occurrences of paramter vs...
2016-01-27 Martin Stenberg Bug 14555: Warns in opac-search.pl
2016-01-14 Jonathan DruartBug 15295: Koha::Libraries - Remove GetBranchCategories
2015-12-30 Tomas Cohen AraziBug 9819 - 'stopwords'-related code removed
2015-11-23 David CookBug 15198: Make OpacSuppression work even if there...
2015-11-11 Jonathan DruartBug 14544: Remove debug line
2015-11-05 Jonathan DruartBug 14544: Get rid of GetSomeShelfNames
2015-11-05 Bernardo Gonzalez... Bug 15098: Itemtype description missing from facets...
2015-11-05 Bernardo Gonzalez... Bug 15092: (followup) Descriptions not show for search...
2015-11-01 Bernardo Gonzalez... Bug 15092: item type descriptions not showing in OPAC...
2015-10-27 Jonathan DruartBug 14100: Fix some missing occurrences
2015-10-22 ahmedBug 10937: Option to hide and group itemtypes from...
2015-06-22 Nick ClemensBug 14371: Facets should be sorted by label (displayed...
2015-06-17 Katrin FischerBug 14351: Remove given-when from opac-search.pl
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-13 simithBug 13307: Create a link to the last advanced search...
2015-04-08 Jonathan DruartBug 6950: Hide the resort option when searching for...
2015-03-30 SrdjanBug 5786: Correction: Removed erroneous holdability...
2015-03-25 SrdjanBug 5786 - Move AllowOnShelfHolds and OPACItemHolds...
2015-03-07 Dobrica PavlinusicBug 13789 - facets with accented utf-8 characters gener...
2015-01-13 Jonathan DruartBug 11944: Fix problems introduced by bug 11515
2015-01-13 Dobrica PavlinusicBug 11944: decode uri_unescape data
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-12-17 Jonathan DruartBug 13428: Fix regression on deleting facets
2014-11-21 Fridolin SOMERSBug 11515 - Encoding problem with OpacBrowseResults
2014-11-17 Jonathan DruartBug 9043: The comma (,) should be kept to separate...
2014-11-10 Jonathan DruartBug 9043: Changes to the advanced search page
2014-10-11 Jonathan DruartBug 12538: Remove Solr without breaking anything else
2014-09-05 Mark TompsettBug 12330: OpacHiddenItems not affecting Advanced Search
2014-08-11 David CookBug 10542: QueryParser + OpacSuppression doesn't allow...
2014-08-11 Martin RenvoizeBug 10542: Fix QueryParser with OpacSupression
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2014-07-07 Tomas Cohen AraziBug 12151: Remove uses of smartmatch operator in Search...
2014-05-05 Galen CharltonBug 10857: (follow-up) make it possible to remove facet...
2014-05-05 Julian MauriceBug 10857: (follow-up) encode 'limit' parameter values
2014-05-05 Jonathan DruartBug 10857: add ability to remove active facets when...
2014-05-05 Julian MauriceBug 11848: Move language detection function in C4:...
2014-05-05 Jonathan DruartBug 10807: Add an authority search history for the...
2014-04-28 Jacek AblewiczBug 11986: fix searching by tags in OPAC when DOM mode...
2014-04-19 blouBug 10986: add system preference to limit the list...
2014-04-19 Galen CharltonBug 11489: (follow-up) fix tab
2014-04-19 Kyle M HallBug 11489: in OPAC search, display "no results" when...
2014-01-10 Julian MauriceBug 10952: (follow-up) comments fixes and unit tests
2014-01-10 Julian MauriceBug 10952: Store anonymous search history in session
2013-11-29 SrdjanBug 11183: get rid of some log noise from the OPAC
2013-09-08 Jesse WeaverBug 10320 - Integrate OverDrive search into OPAC
2013-09-06 Colin CampbellBug 10426: Remove unused sub GetCcodes from Koha.pm
2013-07-28 Galen Charltondo some validation of the KohaOpacRecentSearches cookie
2013-07-28 Galen Charltonuse JSON rather than Storable for the OPAC search histo...
2013-07-25 Jonathan DruartBug 10070: fix saving searches with non-ASCII character...
2013-07-17 Jonathan DruartBug 10515: make behavior of library category fetchers...
2013-05-23 Jonathan DruartBug 10129: Babeltheque does not depend on COinSinOPACRe...
2013-05-19 Jared Camins-EsakovMerge branch 'bug_9824' into 3.14-master
2013-05-19 Jared Camins-EsakovMerge branch 'bug_10281' into 3.14-master
2013-05-19 Jared Camins-EsakovBug 10281: searching for a search domain fails
2013-05-01 Galen CharltonMerge remote branch 'origin/new/bug6554_reverts'
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-29 Galen CharltonRevert "Bug 6554 - make Koha internally utf-8 clean"
2013-04-26 Jared Camins-EsakovMerge branch 'bug_9850' into 3.14-master
2013-04-26 Jared Camins-EsakovMerge branch 'bug_10070' into 3.14-master
2013-04-26 Jonathan DruartBug 10070: Anonymous search history is not being set...
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-18 Jared Camins-EsakovMerge branch 'bug_6554' into 3.14-master
2013-04-07 Jared Camins-EsakovMerge branch 'bug_9980' into 3.12-master
2013-04-07 Chris CormackBug 9980: Fix for anonymous searches
next