You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/web/release_notes/25.11.01.MD
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,17 @@
8
8
### Indexing Updates
9
9
- Correct indexing of items with records to include having special filters for iType and iType to exclude only. (DIS-1619) (*MDN*)
10
10
11
+
### Koha Updates
12
+
- Use current location code as circBranch when circControl is PickupLibrary. (DIS-1525) (*YL*)
13
+
11
14
### Series Updates
12
15
- Correct display of series that exist only in Solr. (DIS-1608) (*MDN*)
13
16
- Improve the display of series with lots of members. (DIS-1609) (*MDN*)
14
17
15
18
### Other Updates
16
19
- Correct return type from solr searcher getRecord. (DIS-1605) (*MDN*)
17
20
- 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*)
0 commit comments