A new request with request id 12521 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is :

Title : Koha-devel Digest, Vol 195, Issue 8
Category :
Description :
Send Koha-devel mailing list submissions to
    koha-devel@lists.koha-community.org

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
or, via email, send a message with subject or body 'help' to
    koha-devel-request@lists.koha-community.org

You can reach the person managing the list at
    koha-devel-owner@lists.koha-community.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha-devel digest..."


Today's Topics:

1. Re: Next dev IRC meeting 16 Feb changed time (Owen Leonard)
2. Elasticsearch query with suppress:false not returning
expected results (Philippe Blouin)
3. Re: Next dev IRC meeting 16 Feb changed time (Tomas Cohen Arazi)
4. Time to translate: string freeze to prepare Koha 20.11.15 has
begun (Victor Grousset/tuxayo)
5. Re: Staff interface redesign: Update (Fridolin SOMERS)


----------------------------------------------------------------------

Message: 1
Date: Tue, 15 Feb 2022 11:00:28 -0500
From: Owen Leonard <oleonard@myacpl.org>
To: koha-devel <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] Next dev IRC meeting 16 Feb changed time
Message-ID:
    <CAO4qe2MU=7mBwGmP8P03CoDgu8kWDD-06SXOCXmsF8wOpTrweA@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

On Thu, Feb 10, 2022 at 3:27 PM Fridolin SOMERS
<fridolin.somers@biblibre.com> wrote:
> Hi devels.
> I've changed next dev IRC meeting hour from 15 UTC to 10 UTC.
> https://wiki.koha-community.org/wiki/Development_IRC_meeting_16_February_2022#Time

I have added an item to the agenda: Share proposal for staff interface
redesign. Some of us who have been working with Biblibre and their
designer will be on hand to share our progress. We wanted to take this
opportunity to get developer feedback before sharing with the wider
community.

Thanks,

Owen

--
Web Developer
Athens County Public Libraries
(740) 737-6006
https://www.myacpl.org


------------------------------

Message: 2
Date: Tue, 15 Feb 2022 11:32:42 -0500
From: Philippe Blouin <philippe.blouin@inlibro.com>
To: koha-devel@lists.koha-community.org
Subject: [Koha-devel] Elasticsearch query with suppress:false not
    returning expected results
Message-ID: <c48c5579-3242-da37-1cb0-8b1b92d5412f@inlibro.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Good evening all (ES experts)!

We have a few clean records with distinct titles being searched using
advanced search but not returning (at all) the same result on OPAC vs
intranet, and the cause is the "suppress" flag added to the queries in OPAC.

We have 25 records matching the "acceptabilité" query, and 1 matchin the
"expropriation" query.  Using the OR in advanced search produces 26
results in the intranet.  All good.

On the OPAC, we get the 1 result.  The logged query is the first one below

*

(title:acceptabilité) OR (title:expropriation) ANDsuppress:false 1 résultat

*

((title:acceptabilité) OR (title:expropriation)) ANDsuppress:false 25 résultats

*

suppress:false AND (title:acceptabilité) OR (title:expropriation) 95414 résultats

*

(title:acceptabilité) ANDsuppress:false OR (title:expropriation) 25 résultats

*

(title:acceptabilité) OR (title:expropriation) 26 résutlats

The others are tries I did editing the query, trying to find the correct
way to add the suppress:false in order to produce a bug fix.  I couldn't
find any.  ES doesn't seem to work priorities and logic the easy way.

Help and insights would be greatly appreciated.

Regards,

Philippe

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220215/5e6a1a27/attachment-0001.htm>

------------------------------

Message: 3
Date: Tue, 15 Feb 2022 13:53:21 -0300
From: Tomas Cohen Arazi <tomascohen@gmail.com>
To: Owen Leonard <oleonard@myacpl.org>
Cc: koha-devel <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] Next dev IRC meeting 16 Feb changed time
Message-ID:
    <CABZfb=WGh_9HD7jB8hmOUzbkaDiF8whqhONOwThp7tsG8fr-9g@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

That's fantastic!

El mar., 15 feb. 2022 13:01, Owen Leonard <oleonard@myacpl.org> escribió:

> On Thu, Feb 10, 2022 at 3:27 PM Fridolin SOMERS
> <fridolin.somers@biblibre.com> wrote:
> > Hi devels.
> > I've changed next dev IRC meeting hour from 15 UTC to 10 UTC.
> >
> https://wiki.koha-community.org/wiki/Development_IRC_meeting_16_February_2022#Time
>
> I have added an item to the agenda: Share proposal for staff interface
> redesign. Some of us who have been working with Biblibre and their
> designer will be on hand to share our progress. We wanted to take this
> opportunity to get developer feedback before sharing with the wider
> community.
>
> Thanks,
>
> Owen
>
> --
> Web Developer
> Athens County Public Libraries
> (740) 737-6006
> https://www.myacpl.org
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220215/c20c2c97/attachment-0001.htm>

------------------------------

Message: 4
Date: Wed, 16 Feb 2022 01:04:30 +0100
From: Victor Grousset/tuxayo <victor@tuxayo.net>
To: koha-translate@lists.koha-community.org, koha-devel
    <koha-devel@lists.koha-community.org>, Koha <Koha@lists.katipo.co.nz>
Subject: [Koha-devel] Time to translate: string freeze to prepare Koha
    20.11.15 has begun
Message-ID: <fd59a7cb-0998-3863-6791-99152f7e0081@tuxayo.net>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi,

String freeze is into effect as of now for the 20.11.x maintenance branch.

This means it's the right time to head over to the translation platform:
https://translate.koha-community.org/projects/

Reminder: if you add or change a translation in version 20.11,
then you must also copy it to 21.05 and 21.11.
Otherwise your work will be lost for future versions.


Happy translating :)

--
Victor Grousset/tuxayo


------------------------------

Message: 5
Date: Wed, 16 Feb 2022 00:43:00 -1000
From: Fridolin SOMERS <fridolin.somers@biblibre.com>
To: koha-devel@lists.koha-community.org
Subject: Re: [Koha-devel] Staff interface redesign: Update
Message-ID: <3fb61bc8-c857-1d1e-4ebd-27fd66e69f1f@biblibre.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

I've just seen the slides.
It looks great !

I just wonder about personal tuning from system preference IntranetNav.
We should keep some space for it.

Best regards,

Le 19/01/2022 à 22:18, Paul Poulain a écrit :
> Hi Cab,
>
> Of course end users are more than welcomed ! I agree that we need not to
> be too many, but a end user, that's a great idea ! I'll add you to our
> next meeting invitation, you should get an email.
>
> Le 19/01/2022 à 20:01, Cab Vinton a écrit :
>> If there's a time that makes sense for end-users to chime in, let me
>> know.
>>
>> I know less is more at certain project stages. I'm sure there'll be
>> interest among librarians to provide feedback when the timing's right.
>>
>> All best,
>>
>> Cab Vinton, Director
>> Plaistow Public Library
>> Plaistow, NH
>> _______________________________________________
>> Koha-devel mailing list
>> Koha-devel@lists.koha-community.org
>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
>> website : https://www.koha-community.org/
>> git : https://git.koha-community.org/
>> bugs : https://bugs.koha-community.org/
>

--
Fridolin SOMERS <fridolin.somers@biblibre.com>
Software and system maintainer 🦄
BibLibre, France


------------------------------

Subject: Digest Footer

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


------------------------------

End of Koha-devel Digest, Vol 195, Issue 8
******************************************


NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.