Skip to content

Commit 4ba7b7d

Browse files
authored
Merge pull request #3436 from mdnoble73/25.11.01
DIS-1682 Load Search History properly for saved author searches
2 parents 70ac5c2 + ea16bf7 commit 4ba7b7d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

code/web/release_notes/25.11.01.MD

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
### Indexing Updates
99
- Correct indexing of items with records to include having special filters for iType and iType to exclude only. (DIS-1619) (*MDN*)
1010

11+
### Koha Updates
12+
- Use current location code as circBranch when circControl is PickupLibrary. (DIS-1525) (*YL*)
13+
1114
### Series Updates
1215
- Correct display of series that exist only in Solr. (DIS-1608) (*MDN*)
1316
- Improve the display of series with lots of members. (DIS-1609) (*MDN*)
1417

1518
### Other Updates
1619
- Correct return type from solr searcher getRecord. (DIS-1605) (*MDN*)
1720
- Fixed duplicate series display in record details and search results by removing redundant `$indexedSeries` variable because `getSeries()` now populates `additionalSeries` with indexed series data. (DIS-1518) (*LS*)
18-
19-
### Koha Updates
20-
- Use current location code as circBranch when circControl is PickupLibrary. (DIS-1525) (*YL*)
21+
- Load Search History properly for saved author searches. (DIS-1682) (*MDN*)
2122

2223
## This release includes code contributions from
2324
### ByWater Solutions

code/web/sys/SearchObject/AbstractGroupedWorkSearcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_once ROOT_DIR . '/RecordDrivers/RecordDriverFactory.php';
44

55
abstract class SearchObject_AbstractGroupedWorkSearcher extends SearchObject_SolrSearcher {
6-
protected ?string $searchSubType;
6+
protected ?string $searchSubType = null;
77
protected int $searchVersion;
88

99
public ?string $selectedAvailabilityToggleValue;

0 commit comments

Comments
 (0)