Bug 32482: (follow-up) Add markup comments
[koha.git] / catalogue / search.pl
2022-10-21 Nick ClemensBug 17170: Add admin page for filters and ability to...
2022-10-21 Nick ClemensBug 17170: Add search filters to staff and opac interfaces
2022-10-17 Kyle HallBug 31252: Advanced search in staff interface should...
2022-08-01 Tomas Cohen AraziBug 30077: (QA follow-up) Avoid warning
2022-08-01 Lucas GassBug 30077: (follow-up) retain branch selection
2022-07-22 Nick ClemensBug 31213: Auto search simple term quoted
2022-07-20 Nick ClemensBug 27546: Add 'Search within results' search box
2022-07-18 Shi Yao WangBug 29922: (follow-up) Remove extra sort
2022-06-24 Martin RenvoizeBug 21978: (follow-up) Stop passing holdfor_cardnumber
2022-06-24 Martin RenvoizeBug 21978: Use patron-title for holdfor handling in...
2022-03-25 Nick ClemensBug 22605: Add ability to edit a search on staff interface
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2021-10-28 Tomas Cohen AraziBug 28959: (follow-up) Adjust all places in which ...
2021-10-25 Nick ClemensBug 29284: (follow-up) Fix code that I copied from too
2021-09-20 Nick ClemensBug 28847: Move SearchLimitLibrary code to QueryBuilder...
2021-07-26 Jonathan DruartBug 28622: (bug 15758 follow-up) Remove incorrect branc...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-21 Nick ClemensBug 28526: (QA follow-up) Don't search if query is...
2021-06-21 Fridolin SomersBug 28526: Impossible to search only zero
2021-05-06 Aleisha AmohiaBug 21249: (follow-up) Adding parentheses to fix query
2021-05-06 Aleisha AmohiaBug 21249: (follow-up) Implement SearchLibraryLimit...
2021-05-06 Aleisha AmohiaBug 21249: (follow-up) Fixing syspref name, description...
2021-05-06 Jonathan DruartBug 21249: Code cleaning
2021-05-06 Alex BuckleyBug 21249: New syspref controlling branch fields querie...
2021-04-28 Jonathan DruartBug 28213: Prevent crash if patron or club deleted...
2021-02-08 Nick ClemensBug 23763: Make search on staff and opac use new routine
2020-11-30 Nick ClemensBug 23475: Use localStorage to preserve simple search...
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-01 Nick ClemensBug 24155: Apply weights if not advanced search
2020-10-01 Nick ClemensBug 24155: Make weighting an option on advanced search
2020-09-03 Jonathan DruartBug 24663: Remove authnotrequired if set to 0
2020-08-13 Jonathan DruartBug 5428: Jump back to the search result after deleting...
2020-08-05 Jonathan DruartBug 26141: Remove duplicated code from search.pl
2020-02-19 Nick ClemensBug 24103: Add option to dump search query to templates
2020-02-17 Andreas JonssonBug 24506: Multibranch limit does not work with Elastic...
2020-01-30 Owen LeonardBug 24347: Add a 'search to order' option similar to...
2019-11-03 Ere MaijalaBug 22592: Add index scan emulation to Elasticsearch
2019-10-02 Nick ClemensBug 20589: Add option for searching entire record if...
2019-10-02 David GustafssonBug 20589: Add field boosting and use query_string...
2019-10-01 Agustin MoyanoBug 19618: Add ability to place holds for members of...
2019-07-04 Nick ClemensBug 14419: Expanding facets (Show more) performs a...
2019-03-23 Hayley MapleyBug 12441: Search.pl conditional checks and displays...
2019-03-11 Jonathan DruartBug 19046: Make seach pulldown to retain index selection
2018-11-08 Josef MoravecBug 21719: Fix typos
2018-11-07 Alex ArnaudBug 18316: (follow-up) Koha::SearchField::search_marc_m...
2018-11-07 Nick ClemensBug 18316: Add weighting/relevancy options to ES query...
2018-11-02 Chris CormackBug 14385: Extend OpacHiddenItems to allow specifying...
2018-07-12 Julian MauriceBug 19502: Remove debug warn
2018-07-12 Julian MauriceBug 19502: Retrieve index.max_result_window from ES
2018-07-12 Nick ClemensBug 19502: (follow-up) Pass parameters to avoid making...
2018-07-12 Nick ClemensBug 19502: Limit pagination to first 10000 results...
2018-06-04 Jonathan DruartBug 20838: (bug 16735 follow-up) Fix search by group...
2018-04-16 Julian MauriceBug 20539: Remove warnings in catalogue/search.pl
2018-02-12 Jonathan DruartBug 20157: Do not display OPAC groups on the staff...
2018-02-12 Kyle M HallBug 16735: Use libraries in all subgroups, not just...
2018-02-12 Kyle M HallBug 16735: Migrate library search groups into the new...
2018-02-05 Zoe BennettBug 19995: use Modern::Perl in Catalogue perl scripts
2018-01-02 Victor GroussetBug 19807: Make IntranetCatalogSearchPulldown honor...
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-07-14 Chris CormackBug 18854 - Protect from DOS
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2016-11-18 Koha Team Lyon 3Bug_17484 Search with date range limit (lower and upper...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchesLoop
2016-08-10 MarcBug 16989 - Advanced search form does not display trans...
2016-08-10 Katrin FischerBug 17074: Follow-up: fixing encoding issues with multi...
2016-08-10 Katrin FischerBug 17074: Fix links in result list of 'scan indexes...
2016-06-24 Owen LeonardBug 16490 - Add an "add to cart" link for each search...
2016-05-05 Tomas Cohen AraziBug 16448: Fix perlcritic errors introduced by 12478
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Assign a list
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Manual changes
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: Display facet terms ordered by number of...
2016-04-26 Robin SheatBug 12478: allow more granular sorting configuration
2016-04-26 Robin SheatBug 12478: starting to add search to staff client
2016-02-24 Kyle M HallBug 15629 [QA Followup]
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove GetBranchesInCatego...
2016-01-14 Jonathan DruartBug 15295: Koha::Libraries - Remove GetBranchCategories
2015-12-30 Tomas Cohen AraziBug 9819 - 'stopwords'-related code removed
2015-12-30 Colin Campbell Bug 15217 Remove redundant duplicate var declaration
2015-11-05 Jonathan DruartBug 14544: Get rid of C4::VirtualShelves and C4::Virtua...
2015-11-05 Jonathan DruartBug 14544: Get rid of GetSomeShelfNames
2015-10-27 Jonathan DruartBug 14100: Fix some missing occurrences
2015-10-27 Jonathan DruartBug 14100: Generic solution for language overlay -...
2015-09-02 Jonathan DruartBug 14696: useless use of String::Random in catalogue...
2015-07-07 Jonathan DruartBug 14431: FIX encoding issues in search (staff client)
2015-06-22 Nick ClemensBug 14371: Facets should be sorted by label (displayed...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-03-07 Dobrica PavlinusicBug 13789 - facets with accented utf-8 characters gener...
2015-01-13 Dobrica PavlinusicBug 11944: decode uri_unescape data
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-09-05 Marcel de RooyBug 12330: [QA Follow-up] Consistency between opac...
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
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
next