Skip to content

Manu Schwendener

My feedback

261 results found

  1. 524 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Manu Schwendener commented  · 

    NERS 8162, open for voting now.

    An error occurred while saving the comment An error occurred while saving the comment
    Manu Schwendener commented  · 

    We migrated from Aleph. This is a step backwards.

    Manu Schwendener shared this idea  · 
  2. 197 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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

  3. 71 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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  · 
    An 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

  4. 320 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    13 comments  ·  Primo » Primo VE  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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.

  5. 44 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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.

  6. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  Primo » Primo VE  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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.

  7. 2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 98 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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

  9. 181 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Primo » Primo VE  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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?

    https://ideas.exlibrisgroup.com/forums/308176-primo/suggestions/18579556-add-a-true-exact-search-to-advanced-search-type

  11. 67 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Manu Schwendener commented  · 

    +1

  12. 22 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
  13. 21 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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)

  14. 46 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Manu Schwendener commented  · 

    +1

  15. 22 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Alma » Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Manu Schwendener commented  · 
  16. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Manu Schwendener commented  · 
  17. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Manu Schwendener commented  · 
  18. 436 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    29 comments  ·  Primo » Primo VE  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Manu Schwendener commented  · 

    +1

  19. 35 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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

  20. 91 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment An error occurred while saving the comment
    Manu Schwendener commented  · 

    +1

Feedback and Knowledge Base