Manu Schwendener
My feedback
261 results found
-
524 votes
An error occurred while saving the comment An error occurred while saving the comment Manu Schwendener commented
While you're at it, please also make the public note field in the item searchable https://ideas.exlibrisgroup.com/forums/308176-primo/suggestions/43984086-index-item-level-information
and the library https://ideas.exlibrisgroup.com/forums/308176-primo/suggestions/39421237-add-library-location-to-advanced-search-options
An error occurred while saving the comment Manu Schwendener commented
We migrated from Aleph. This is a step backwards.
Manu Schwendener shared this idea ·
-
197 votes
An error occurred while saving the comment Manu Schwendener commented
NERS 8279, open for voting now (2023).
An error occurred while saving the comment Manu Schwendener commented
NERS 7870, open for voting now
An error occurred while saving the comment Manu Schwendener commented
And allow patrons to save their preference in the account settings.
An error occurred while saving the comment Manu Schwendener commented
Just allow the default sort to be changed to any of the others.
An error occurred while saving the comment Manu Schwendener commented
+1
-
71 votes
An error occurred while saving the comment Manu Schwendener commented
NERS 8196, open for voting now.
An error occurred while saving the comment Manu Schwendener commented
Updated code via Laura Percival and Jens Weber in the Primo mailing list, showing author and date.
=> The change may take some time to show up, check again on the next day.
Javascript:
app.component('prmGalleryItemAfter', {
bindings: {
parentCtrl: '<'
},
controller: function () {
var $ctrl = this;
$ctrl.$onInit = function () {
try {
$ctrl.author = $ctrl.parentCtrl.item.pnx.addata.au[0];
} catch (e) {
$ctrl.author = '';
}
try {
$ctrl.date = $ctrl.parentCtrl.item.pnx.display.creationdate[0];
} catch (e) {
$ctrl.date = '';
}
$ctrl.hasDate = !!$ctrl.date;
$ctrl.hasAuthor = !!$ctrl.author;
};
},
template: `
<div ng-if="$ctrl.hasDate">{{$ctrl.date}}</div>
<div ng-if="$ctrl.hasAuthor">{{$ctrl.author}}</div>
`,
});---
CSS:
prm-gallery-item-after {
padding: 20px 15px;
display: block;
margin-top: -30px;
}prm-gallery-item-after div {
margin-bottom: -40px;
margin-top: -20px;
}.is-grid-view prm-gallery-item .collection-element {
padding: 15px;
}prm-gallery-item .collection-element .item-title {
padding-bottom: 30px;
}An error occurred while saving the comment Manu Schwendener commented
> Ideally, we would like to be able to customize whIch fields appear in the brief
> displayI agree.
Plus votes from
https://ideas.exlibrisgroup.com/forums/308176-primo/suggestions/41120584-collection-discovery-tiles-should-display-the-pub
and
https://ideas.exlibrisgroup.com/forums/308176-primo/suggestions/45164350-collection-discoveryAn error occurred while saving the comment Manu Schwendener commented
For author, there is a workaround code for CSS and js, via Primo mailing list in September 2021
CSS
/* Galleries: Display Author in box*/
prm-gallery-item-after {
padding: 20px 15px;
display: block;
margin-top: -30px;}prm-gallery-item-after div {margin-top: -30px;}
.is-grid-view prm-gallery-item .collection-element {
background: #fff;
font-size: 0.9em ;
padding: 15px;}prm-gallery-item .collection-element .item-title {
background: none;
padding-top: 10px;
padding-bottom: 30px;
font-size: 1.1em ;
}prm-gallery-item .collection-element .resource-type {
color: #685E5E ;
background: none;}
/* Galleries: Display Author in box END */---
js
/* Galleries: Display Author */
app.component('prmGalleryItemAfter', {
bindings: {
parentCtrl: '<'
},
controller: function() {
var vm = this;
vm.showAuthor = function() {
vm.author = vm.parentCtrl.item.pnx.addata.au[0] || '';
if (vm.author !== '') {
return true;
}
};
},
template: '<div ng-if="$ctrl.showAuthor();">{{$ctrl.author}}</div>'
});
/* Galleries: Display Author END */An error occurred while saving the comment Manu Schwendener commented
+1
-
320 votes
Thank you for this idea.
We are currently examining it and will update once we have more details.
An error occurred while saving the comment Manu Schwendener commented
NERS 8160, open for voting now.
An error occurred while saving the comment Manu Schwendener commented
> basic requirement
I completely agree.
The only reason that I didn't post this as a NERS entry this year is that I never would have expected Ex Libris to consider https://ideas.exlibrisgroup.com/forums/308176-primo/suggestions/42926031-number-and-sort-the-volumes-in-multi-volume-works as completed with alphabetical sorting.
-
44 votes
An error occurred while saving the comment Manu Schwendener commented
NERS 6196, open for voting now (2023).
An error occurred while saving the comment Manu Schwendener commented
The screenshot is important to understand what this is about.
NERS 6196, open for voting now.
-
4 votes
An error occurred while saving the comment Manu Schwendener commented
> would be able to select their own campus, but then receive an error message
While this also sounds frustrating for the users, I agree that in these cases the UX needs work.
We have a similar problem with books in the open stacks: you can place a request to pickt them up in _other_ libraries, but not in the owning library, because here you can (and have to) fetch it yourself.
-
2 votes
-
98 votes
An error occurred while saving the comment Manu Schwendener commented
This is also relevant for the 'New titles' facet.
An error occurred while saving the comment Manu Schwendener commented
+1
-
181 votes
-
1 vote
An error occurred while saving the comment Manu Schwendener commented
Hm. I'm sure I added the link to 'exact and only' here at least twice already. What is happening?
-
67 votes
An error occurred while saving the comment Manu Schwendener commented
+1
-
22 votes
An error occurred while saving the comment Manu Schwendener commented
See also https://ideas.exlibrisgroup.com/forums/308176-primo/suggestions/44373384-physical-items-sort-routine-by-date-enable-i-j-k in Primo idea exchange
-
21 votes
An error occurred while saving the comment Manu Schwendener commented
Salut Floriane
Maybe I misunderstand, but you can leave the field "library" empty.This allows you to show the collections to the whole IZ. https://basel.swisscovery.org/discovery/collectionDiscovery?vid=41SLSP_UBS:live
The consequence is that the people adding titles to the collection need the role "Collection Inventory Operator" for the whole IZ, not just for their library.
(Sorry, won't automatically see if you reply here) -
46 votes
An error occurred while saving the comment Manu Schwendener commented
+1
-
22 votes
An error occurred while saving the comment Manu Schwendener commented
Should this rather be in https://ideas.exlibrisgroup.com/forums/574345-content ?
-
6 votes
An error occurred while saving the comment Manu Schwendener commented
-
1 vote
An error occurred while saving the comment Manu Schwendener commented
-
436 votes
An error occurred while saving the comment Manu Schwendener commented
+1
-
35 votes
An error occurred while saving the comment Manu Schwendener commented
> highlight books
Yes. What we would like to do:
– pin a few most important titles at the top
– sort the rest of the collection alphabetically -
91 votes
An error occurred while saving the comment Manu Schwendener commented
An error occurred while saving the comment Manu Schwendener commented
+1
NERS 8162, open for voting now.