<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:27:44 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[MODINVSTOR-925] Remove redundant inventory-storage GIN and full-text indexes</title>
                <link>https://folio-org.atlassian.net/browse/MODINVSTOR-925</link>
                <project id="10139" key="MODINVSTOR">mod-inventory-storage</project>
                    <description>&lt;p&gt;&lt;b&gt;Purpose/Overview:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The migration process (updating all records in instances table) takes 8+ hours. Without indexes and triggers it takes ~ 30 mins.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Requirements/Scope:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Investigation should be done in order to find out what modules uses this indexes.&lt;/li&gt;
	&lt;li&gt;The redundant indexes should be removed from&#160;redundant schema json.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;The following indexes are supposed to be removed:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;For Instance:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;title&lt;/li&gt;
	&lt;li&gt;indexTitle&lt;/li&gt;
	&lt;li&gt;contributors&lt;/li&gt;
	&lt;li&gt;subjects&lt;/li&gt;
	&lt;li&gt;classifications&lt;/li&gt;
	&lt;li&gt;keyword&lt;/li&gt;
	&lt;li&gt;allTitles&lt;/li&gt;
	&lt;li&gt;contributorsNames&lt;/li&gt;
	&lt;li&gt;languages&lt;/li&gt;
	&lt;li&gt;dateOfPublication&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;NB: The identifiers full-text index is retained. It means that ISBN and normalized ISBN search in inventory will work.&lt;br/&gt;
These exact match indexes to be used with &lt;tt&gt;==&lt;/tt&gt; CQL operator are retained: title, indexTitle.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;For holdings:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;electronicAccess&lt;/li&gt;
	&lt;li&gt;callNumberAndSuffixNormalized&lt;/li&gt;
	&lt;li&gt;fullCallNumberNormalized&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;For item:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;status.name&lt;/li&gt;
	&lt;li&gt;callNumberAndSuffixNormalized&lt;/li&gt;
	&lt;li&gt;fullCallNumberNormalized&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="56350">MODINVSTOR-925</key>
            <summary>Remove redundant inventory-storage GIN and full-text indexes</summary>
                <type id="10005" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium">Story</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="70121:84bca0b8-4380-4d87-8a90-53e9133584f6">Mikhail Fokanov</assignee>
                                                                <reporter accountid="70121:84bca0b8-4380-4d87-8a90-53e9133584f6">Mikhail Fokanov</reporter>
                                    <labels>
                    </labels>
                <created>Thu, 13 Jan 2022 14:33:18 +0000</created>
                <updated>Wed, 6 Jul 2022 12:50:43 +0000</updated>
                            <resolved>Tue, 5 Jul 2022 10:26:51 +0000</resolved>
                                                    <fixVersion>24.0.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>11</watches>
                                                                <comments>
                                                            <comment id="133078" author="63e2a2771b13d42998e4e706" created="Mon, 7 Mar 2022 14:49:31 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; Given this work involves changes in mod-inventory-storage, should this issue be moved to the mod-inventory-storage project?&lt;/p&gt;</comment>
                                                            <comment id="133079" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 9 Mar 2022 16:15:24 +0000"  >&lt;p&gt;Actually, it is related to the whole Folio project, as this change affects other modules (e.g. mod-orders). Could we retain it in Folio project?&lt;/p&gt;</comment>
                                                            <comment id="133080" author="63e2a2771b13d42998e4e706" created="Wed, 9 Mar 2022 17:10:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Actually, it is related to the whole Folio project, as this change affects other modules (e.g. mod-orders). Could we retain it in Folio project?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Sure, keeping this issue is totally ok. &lt;/p&gt;

&lt;p&gt;Officially, work related to individually modules is intended to be related to JIRA issues in the specific projects for that module. I think that is especially important in this case due to how significant the impact of these changes could be (and that traceability could be important).&lt;/p&gt;</comment>
                                                            <comment id="133081" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 16 Mar 2022 12:06:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;, has there been a thorough analysis of what this change will cause of problems for existing apps and module? E.g. Z39.50, MARC Authority app, mod-inventory-update and more? Just asking, while all of this is absolutely new to me&lt;/p&gt;

&lt;p&gt;CC: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f8314dfbdef80006f6f572d&quot; class=&quot;user-hover&quot; rel=&quot;5f8314dfbdef80006f6f572d&quot; data-account-id=&quot;5f8314dfbdef80006f6f572d&quot; accountid=&quot;5f8314dfbdef80006f6f572d&quot; rel=&quot;noreferrer&quot;&gt;Adam Dickmeiss&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed5e2434bf3a1a91d37a&quot; class=&quot;user-hover&quot; rel=&quot;5bffed5e2434bf3a1a91d37a&quot; data-account-id=&quot;5bffed5e2434bf3a1a91d37a&quot; accountid=&quot;5bffed5e2434bf3a1a91d37a&quot; rel=&quot;noreferrer&quot;&gt;Niels Erik Nielsen&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ae08bd47b44642d39d323c4&quot; class=&quot;user-hover&quot; rel=&quot;5ae08bd47b44642d39d323c4&quot; data-account-id=&quot;5ae08bd47b44642d39d323c4&quot; accountid=&quot;5ae08bd47b44642d39d323c4&quot; rel=&quot;noreferrer&quot;&gt;Mike Gorrell&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133082" author="5bffed52a1b46046f530c8f7" created="Wed, 16 Mar 2022 12:09:25 +0000"  >&lt;p&gt;Removing all indexes absolutely will break the Z39.50 server. At minimum it needs the holdings-by-instance-ID and items-by-holding-ID indexes, plus whatever we need for searching in instances &amp;#8211; author, title and ISBN are the obvious ones.&lt;/p&gt;</comment>
                                                            <comment id="133083" author="63e2a2771b13d42998e4e706" created="Wed, 16 Mar 2022 14:25:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;has there been a thorough analysis of what this change will cause of problems for existing apps and module?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I asked a similar question in the pull request for this work. Here is &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&apos;s &lt;a href=&quot;https://github.com/folio-org/mod-inventory-storage/pull/748#issuecomment-1059383395&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;answer&lt;/a&gt;.&lt;/p&gt;</comment>
                                                            <comment id="133084" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 16 Mar 2022 16:50:31 +0000"  >&lt;blockquote&gt;&lt;p&gt;Removing all indexes absolutely will break the Z39.50 server.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The removal applies only for&#160;&lt;b&gt;full-text&lt;/b&gt; indexes in inventory-storage. All other indexes won&apos;t be affected,&#160;Full-text search in modules is supposed to be migrated to mod-search.&lt;/p&gt;

&lt;p&gt;Now there is a duplication of&#160;full-text indexes in Postgres and Elasticsearch. According to performance tests the removal of redundant full-text indexes will speed-up the release process 2-4x times (depending on the involved migration).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; Could you please provide more information, how the&#160;Z39.50 server is used? Will it be ok to switch&#160;Z39.50 server from mod-inventory-storage to mod-search?&lt;/p&gt;</comment>
                                                            <comment id="133085" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 16 Mar 2022 17:02:12 +0000"  >&lt;p&gt;The following indexes are supposed to be removed:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;em&gt;For Instance:&lt;/em&gt;&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;title&lt;/li&gt;
	&lt;li&gt;indexTitle&lt;/li&gt;
	&lt;li&gt;contributors&lt;/li&gt;
	&lt;li&gt;subjects&lt;/li&gt;
	&lt;li&gt;classifications&lt;/li&gt;
	&lt;li&gt;keyword&lt;/li&gt;
	&lt;li&gt;allTitles&lt;/li&gt;
	&lt;li&gt;contributorsNames&lt;/li&gt;
	&lt;li&gt;languages&lt;/li&gt;
	&lt;li&gt;dateOfPublication&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;NB:&lt;/b&gt; The identifiers full-text index is retained. It means that ISBN and normalized ISBN search in inventory will work.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;b&gt;For holdings_record:&lt;/b&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;electronicAccess&lt;/li&gt;
	&lt;li&gt;callNumberAndSuffixNormalized&lt;/li&gt;
	&lt;li&gt;fullCallNumberNormalized&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;em&gt;&lt;b&gt;For item:&lt;/b&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;status.name&lt;/li&gt;
	&lt;li&gt;callNumberAndSuffixNormalized&lt;/li&gt;
	&lt;li&gt;fullCallNumberNormalized&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The changes has been discussed with Core-Platform (&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; ).&lt;/p&gt;

&lt;p&gt;All these indexes were used by inventory UI, which now uses mod-search.&#160;&#160;I ran karate tests for all modules on rancher environment and got RMB warnings that GIN indexes are absent only for mod-orders tests. We are working on mod-orders in order to get rid of this usage.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="133086" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 16 Mar 2022 17:11:50 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt;&#160;This changes are for Morning Glory.&lt;/p&gt;

&lt;p&gt;I cannot find usage of these indexes in&#160;mod-inventory-update. Who can I reach out to about it?&lt;/p&gt;

&lt;p&gt;As far as I know MARC Authority search is implemented using mod-search in Lotus. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; class=&quot;user-hover&quot; rel=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; data-account-id=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; accountid=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; rel=&quot;noreferrer&quot;&gt;Magda Zacharska&lt;/a&gt;&#160;could you please clarify if it is the same Authority search, which Falcon team has implemented?&lt;/p&gt;</comment>
                                                            <comment id="133087" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 16 Mar 2022 17:14:10 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt;&#160;Most of my concerns are related to circulation flow. Who can provide information whether these indexes are used in it?&lt;/p&gt;</comment>
                                                            <comment id="133088" author="557058:701bc044-42e4-4044-8724-a85e23b14f8f" created="Wed, 16 Mar 2022 18:08:13 +0000"  >&lt;p&gt;Have data import concerns also been covered? For instance, both electronic access and item status are available as match points in DI. Just wondering &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133089" author="63e2a2771b13d42998e4e706" created="Wed, 16 Mar 2022 19:07:46 +0000"  >&lt;blockquote&gt;&lt;p&gt;The removal applies only for full-text indexes in inventory-storage. All other indexes won&apos;t be affected, Full-text search in modules is supposed to be migrated to mod-search.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The &lt;a href=&quot;https://github.com/folio-org/mod-inventory-storage/pull/748/files&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;pull request&lt;/a&gt; connected to this issue includes the removal of gin indexes as well as full text indexes.&lt;/p&gt;

&lt;p&gt;Does that mean you consider gin indexes to be full text indexes?&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Now there is a duplication of full-text indexes in Postgres and Elasticsearch.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Unfortunately, due to the design choice made to define the ES based search external to inventory itself, there remains two separate ways to search inventory data, that both need to be supported.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I cannot find usage of these indexes in mod-inventory-update. Who can I reach out to about it?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;In the &lt;a href=&quot;https://folio-org.atlassian.net/wiki/display/DD/Search&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;original proposal document&lt;/a&gt; for introducing Elastic Search it stated that Elastic Search, and therefore mod-search queries should not be used for transactional logic that changes state.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;No transactional calls should be performed against search microservice as Elasticsearch is not ACID and have eventual consistency.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;mod-inventory-update is module concerned with processing changes to inventory records. My interpretation of your design document is that this would mean it is inappropriate to use mod-search.&lt;/p&gt;

&lt;p&gt;How wrong is my interpretation?&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133090" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 16 Mar 2022 20:23:19 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A701bc044-42e4-4044-8724-a85e23b14f8f&quot; class=&quot;user-hover&quot; rel=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; data-account-id=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; accountid=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; rel=&quot;noreferrer&quot;&gt;Jenn Colt&lt;/a&gt;, thanks for highlighting it. Does data-import have karate tests?&#160;I will reach out to Folijet team and clarify the use case to find out whether the GIN indexes can be replaced with btree indexes.&lt;/p&gt;</comment>
                                                            <comment id="133091" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 16 Mar 2022 20:38:52 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt;&#160;you are right regarding the data source for matching.&lt;/p&gt;

&lt;p&gt;The purpose of the Jira is to remove only redundant GIN indexes, that were used &lt;em&gt;&lt;b&gt;only&lt;/b&gt;&lt;/em&gt; from inventory UI.&lt;/p&gt;

&lt;p&gt;I do understand that no one can say what indexes are used in what modules. But at the same time GIN indexes are considered as slow for insertion and quick for querying (GiST is vice-versa). B-tree indexes are standard postgres indexes for exact matching and left anchor search, which should be used in most of the cases.&lt;/p&gt;

&lt;p&gt;So if we retained GIN (full-text) indexes &quot;just in case some module could use it&quot; it would be inefficient use of database resources. Moreover it causes essential problems for all releases, that implies data migration in inventory. So my goal is to find out what GIN indexes are really used by modules and cannot be replaced with b-tree indexes. If I find out that all indexes are used in modules, I will close my PR.&lt;/p&gt;</comment>
                                                            <comment id="133092" author="63e2a2771b13d42998e4e706" created="Thu, 17 Mar 2022 09:26:35 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;you are right regarding the data source for matching.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Ok.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;The purpose of the Jira is to remove only redundant GIN indexes, that were used only from inventory UI.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I understand the scope of the issue. I wasn&apos;t challenging it. &lt;/p&gt;

&lt;p&gt;My question was purely about the types of indexes. Your comment above stated full-text, the title states GIN (which I didn&apos;t think were full text) and the pull request includes removing both.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I do understand that no one can say what indexes are used in what modules. &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Indeed, this is the fundamental challenge with this work. The index not being used by queries previously made by UI inventory says nothing about whether they are used by queries elsewhere.&lt;/p&gt;

&lt;p&gt;FOLIO&apos;s design choices (open query language) and philosophy (community extension) makes this question basically impossible to answer.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;But at the same time GIN indexes are considered as slow for insertion and quick for querying (GiST is vice-versa). B-tree indexes are standard postgres indexes for exact matching and left anchor search, which should be used in most of the cases. So if we retained GIN (full-text) indexes &quot;just in case some module could use it&quot; it would be inefficient use of database resources. Moreover it causes essential problems for all releases, that implies data migration in inventory. So my goal is to find out what GIN indexes are really used by modules and cannot be replaced with b-tree indexes. If I find out that all indexes are used in modules, I will close my PR.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I&apos;m not arguing against that in the slightest. &lt;/p&gt;

&lt;p&gt;I&apos;m merely trying to raise awareness of these changes amongst those who could well be affected and that the Karate tests likely won&apos;t surface.&lt;/p&gt;

&lt;p&gt;I do think that the Core Platform should take responsibility for bugs reported following these changes if folks encounter decreased performance in queries (that were using those indexes).&lt;/p&gt;</comment>
                                                            <comment id="133093" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Mar 2022 09:52:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; - re. dependencies with&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;mod-inventory-update, then please reach out to &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed5e2434bf3a1a91d37a&quot; class=&quot;user-hover&quot; rel=&quot;5bffed5e2434bf3a1a91d37a&quot; data-account-id=&quot;5bffed5e2434bf3a1a91d37a&quot; accountid=&quot;5bffed5e2434bf3a1a91d37a&quot; rel=&quot;noreferrer&quot;&gt;Niels Erik Nielsen&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;mod-circulation, then please reach out to &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A12031ab4-cff4-4571-b23b-43dcfc15a6ac&quot; class=&quot;user-hover&quot; rel=&quot;712020:12031ab4-cff4-4571-b23b-43dcfc15a6ac&quot; data-account-id=&quot;712020:12031ab4-cff4-4571-b23b-43dcfc15a6ac&quot; accountid=&quot;712020:12031ab4-cff4-4571-b23b-43dcfc15a6ac&quot; rel=&quot;noreferrer&quot;&gt;Alexander Kurash&lt;/a&gt;&lt;br/&gt;
(&lt;a href=&quot;https://folio-org.atlassian.net/wiki/display/REL/Team+vs+module+responsibility+matrix&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/wiki/display/REL/Team+vs+module+responsibility+matrix&lt;/a&gt;)&lt;/li&gt;
&lt;/ol&gt;
</comment>
                                                            <comment id="133094" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Mar 2022 09:54:39 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; re.:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;br/&gt;
As far as I know MARC Authority search is implemented using mod-search in Lotus. Magda Zacharska could you please clarify if it is the same Authority search, which Falcon team has implemented?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Then that&apos;s correct. So MARC Authority is probably not affected by this change.&lt;/p&gt;</comment>
                                                            <comment id="133095" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Mar 2022 09:56:56 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; - what about the Request app? That should be investigated as well. Please reach out to &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e148361dbef2805be710f&quot; class=&quot;user-hover&quot; rel=&quot;632e148361dbef2805be710f&quot; data-account-id=&quot;632e148361dbef2805be710f&quot; accountid=&quot;632e148361dbef2805be710f&quot; rel=&quot;noreferrer&quot;&gt;Brooks Travis&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133096" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Thu, 17 Mar 2022 09:58:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt;&#160;It might be a good idea to mark this as a breaking change in the inventory interface versions even though it strictly isn&apos;t breaking. Many queries will have a severely limited performance to the point where they might be considered &quot;broken&quot;.&lt;/p&gt;

&lt;p&gt;Once this code is merged the plan was for&#160;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&#160;to perform extensive integration testing. Given low coverage in our Karate tests, it might be a good idea to for you to reach out to &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt;&#160;and try to arrange for a smoke testing session that includes community members, if possible.&lt;/p&gt;

&lt;p&gt;The Core Platform will certainly work to help individual teams to help resolve specific module issues that may arise from this change.&lt;/p&gt;</comment>
                                                            <comment id="133097" author="63e2a2771b13d42998e4e706" created="Thu, 17 Mar 2022 10:46:52 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;It might be a good idea to mark this as a breaking change in the inventory interface versions even though it strictly isn&apos;t breaking. Many queries will have a severely limited performance to the point where they might be considered &quot;broken&quot;.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;That would provide an indicator to folks, which could raise awareness.&lt;/p&gt;

&lt;p&gt;I don&apos;t think FOLIO has decided on a better mechanism for communicating these kinds of changes.&lt;/p&gt;

&lt;p&gt;I think it definitely should be included in the Morning Glory release notes.&lt;/p&gt;

&lt;p&gt;(I personally disagree with interface versions being used in this way, but FOLIO has a vague definition of what an interface is, so it&apos;s not valuable to discuss this)&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Once this code is merged the plan was for Mikhail Fokanov to perform extensive integration testing. &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I think that is a good idea.&lt;/p&gt;

&lt;p&gt;For that to be effective, there needs to be a sense of what parts of the system could be impacted. My intention for bringing up these questions was for folks to talk about that.&lt;/p&gt;

&lt;p&gt;Where is that testing going to be performed (given that index use and observable performance impacts are heavily dependent upon the data in the system)?&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Given low coverage in our Karate tests, it might be a good idea to for you to reach out to Anton Emelianov and try to arrange for a smoke testing session that includes community members, if possible.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I think that&apos;s a good idea.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;The Core Platform will certainly work to help individual teams to help resolve specific module issues that may arise from this change.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Thank you, I appreciate the Core Platform team owning the impact of this.&lt;/p&gt;</comment>
                                                            <comment id="133098" author="5af5e627525ba96b58654f12" created="Thu, 17 Mar 2022 14:51:03 +0000"  >&lt;p&gt;Pinging &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; class=&quot;user-hover&quot; rel=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; data-account-id=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; accountid=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; rel=&quot;noreferrer&quot;&gt;Kateryna Senchenko&lt;/a&gt; so that she can review in relation to any possible effects on the calls that Data Import makes to Inventory. (Also do we need to ping anyone from Spitfire for possible impact on quickMARC?) cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133099" author="5bffed52a1b46046f530c8f7" created="Thu, 17 Mar 2022 17:02:40 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Mike Taylor Could you please provide more information, how the Z39.50 server is used? Will it be ok to switch Z39.50 server from mod-inventory-storage to mod-search?&lt;/p&gt;

&lt;p&gt;NB: The identifiers full-text index is retained. It means that ISBN and normalized ISBN search in inventory will work.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It&apos;s complicated.&lt;/p&gt;

&lt;p&gt;In response to each client search, Net::Z3950::FOLIO does two different backend searches, but one of those itself involves two kinds of search behind the scenes. Here is the sequence:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;It accepts the client&apos;s query, which is typically a Z39.50 Type-1 (&quot;RPN&quot;) query such as &lt;tt&gt;@and attr 1=4 programming @attr 1=1 kernighan&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;It translates this into the CQL format that FOLIO modules understand, such as &lt;tt&gt;title=programming and contributors/@name=kerninghan&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;That query is sent to mod-graphql with instructions to forward it to mod-inventory-storage &amp;#8211; specifically, to &lt;tt&gt;/instance-storage/instances&lt;/tt&gt; &amp;#8211; and to expand the results to include holdings and items.&lt;/li&gt;
	&lt;li&gt;mod-inventory-storage finds the relevant set of instances, obviously using the relevant indexes.&lt;/li&gt;
	&lt;li&gt;For each instance in the set, mod-graphql searches for holdings that have their &lt;tt&gt;instanceId&lt;/tt&gt; set to the instance&apos;s ID. (That&apos;s what &lt;a href=&quot;https://github.com/folio-org/mod-inventory-storage/blob/82463c9af17676ada7cb504c9a62eed1012f6602/ramls/instance.json#L420-L433&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;the definition of the holdingsRecords2 virtual-field&lt;/a&gt; is for, and DO NOT ask why there is a &quot;2&quot; in the field name.)&lt;/li&gt;
	&lt;li&gt;For each holdings record in the set, mod-graphql searches for items that have their &lt;tt&gt;holdingsRecordId&lt;/tt&gt; set to the holdings record&apos;s ID. (That&apos;s what &lt;a href=&quot;https://github.com/folio-org/mod-inventory-storage/blob/82463c9af17676ada7cb504c9a62eed1012f6602/ramls/holdingsrecord.json#L312-L325&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;the definition of the holdingsItems virtual-field&lt;/a&gt; is for.)&lt;/li&gt;
	&lt;li&gt;Net::Z3950::FOLIO gets back this list of enriched instance-plus-holdings-and-items records, and uses them to assemble special MARC fields describing the holdings and items. Ah, but what does it do with those fields? It has no MARC record to add them to! Hence:&lt;/li&gt;
	&lt;li&gt;Net::Z3950::FOLIO posts a list of instance IDs to mod-source-record-storage &amp;#8211; specifically to &lt;tt&gt;/source-storage/source-records?idType=INSTANCE&lt;/tt&gt; to obtain the underlying MARC records.&lt;/li&gt;
	&lt;li&gt;And then of course it inserts the holdings-and-items fields that it generated in Step 7 into the MARC records that it got in step 8, and returns the resulting MARC records to the client.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Searches happen in steps 4, 5, 6 and 8.&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;I would like to think that whatever is being done to mod-inventory-storage will allow steps 5 and 6 to continue working, since they only require indexes on identifiers. Can someone please verify this?&lt;/li&gt;
	&lt;li&gt;I assume that step 8 will not be affected, since the present work doesn&apos;t touch mod-source-record-storage &amp;#8211; correct?&lt;/li&gt;
	&lt;li&gt;Step 4 is the difficult part, and I will address what might be done in my next comment.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="133100" author="5bffed52a1b46046f530c8f7" created="Thu, 17 Mar 2022 17:36:37 +0000"  >&lt;p&gt;All right, then, so: step 4: mod-inventory-storage finds the relevant set of instances, obviously using the relevant indexes. That is what the present issue plans to break (and if my interpretation above is correct, the only thing it plans to break).&lt;/p&gt;

&lt;p&gt;At present, installations of the FOLIO Z39.50 server are typically configured to be able to search on author, title, all-titles, subject, publication date, HRID, ISBN, ISSN, OCLC number, source, item-barcode, and &quot;keyword&quot; (which I think combines author, title and subject). I assume all these got into the srandard configuration because customers wanted them, so we will need to continue supporting all these searches.&lt;/p&gt;

&lt;p&gt;So the question becomes: can mod-search do all these searches, and combine them with boolean operators, to return a list of (at least) instance IDs? If so, then shifting across to use mod-search instead of mod-inventory-storage &lt;em&gt;should&lt;/em&gt; be relatively straightforward. It&apos;s not impossible that it could be literally a matter of changing a single line of code.&lt;/p&gt;

&lt;p&gt;But if mod-search is unable to support some of those searches than we have a problem. Can someone who is familiar with mod-search comment?&lt;/p&gt;</comment>
                                                            <comment id="133101" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Fri, 18 Mar 2022 07:28:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&#160;AFAIK, steps 5 and 6 should be good as long as you are using `==` in the CQL for lookups since this uses the BTREE index behind the scenes. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;&#160;please confirm this in the mod-z3950 source and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&#160; please confirm that the indexes are specified in `schema.json` in mod-inventory-storage. Step 8 is not affected.&lt;/p&gt;

&lt;p&gt;Regarding step 4: mod-search supports CQL but this CQL is not one-to-one replacement for mod-inventory-storage one so &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&#160;needs to provide the details.&lt;/p&gt;

&lt;p&gt;Also, regarding steps 5 and 6: while you could leave them as is (after confirming what I wrote above), mod-search is already doing the work of combining instance, holdings and items records for indexing. So it would still make sense to rewire those steps against mod-search, if possible &#8211; this would alleviate the need for GraphQL and should be orders of magnitude faster as it doesn&apos;t require any DB joins. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&#160;would need to provide details.&lt;/p&gt;</comment>
                                                            <comment id="133102" author="5bffed52a1b46046f530c8f7" created="Fri, 18 Mar 2022 11:09:13 +0000"  >&lt;p&gt;Thanks, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;. Yes, I can confirm that&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/mod-graphql/blob/9343795488e0aa35e00a8e0f5cea73819c6ed409/src/resolve.js#L32-L36&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;mod-graphql uses the == operator&lt;/a&gt; for links.&lt;/p&gt;

&lt;p&gt;I will await &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&apos;s description of the CQL support in mod-search &amp;#8211; or, better, a link to existing documentation of what searches are supported.&lt;/p&gt;

&lt;p&gt;And interesting that the records returned from mod-search may already contain the necessary holdings and items. We should look into this potential optimisation as its own issue.&lt;/p&gt;</comment>
                                                            <comment id="133103" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Fri, 18 Mar 2022 13:57:15 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;: here&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;GitHub documentation for searches supported in mod-search: &lt;a href=&quot;https://github.com/folio-org/mod-search&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-search&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Wiki information on what search options being implemented: &lt;a href=&quot;https://folio-org.atlassian.net/wiki/display/MM/Elasticsearch+Supported+Search+Options%2C+Filters%2C+Facets+and+Sorting&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/wiki/display/MM/Elasticsearch+Supported+Search+Options%2C+Filters%2C+Facets+and+Sorting&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Is that maybe the documentation you are looking for?&lt;/p&gt;</comment>
                                                            <comment id="133104" author="5bffed52a1b46046f530c8f7" created="Fri, 18 Mar 2022 16:59:00 +0000"  >&lt;p&gt;One observation: there is a new parameter &lt;tt&gt;expandAll&lt;/tt&gt;, defaulting to false, meaning that by default only &quot;basic instance properties returned&quot; &amp;#8211; id, title, contributors, publication. That means we will need mod-graphql to include &lt;tt&gt;expandAll=true&lt;/tt&gt; (or perhaps just &lt;tt&gt;expandAll&lt;/tt&gt;) in its request to mod-search, which in turn means we will need to invent a way for the mod-graphql client to ask for this.&lt;/p&gt;</comment>
                                                            <comment id="133105" author="5bffed52a1b46046f530c8f7" created="Fri, 18 Mar 2022 17:01:14 +0000"  >&lt;p&gt;In mod-search&apos;s CQL implementation, &lt;tt&gt;title=&quot;semantic web&quot;&lt;/tt&gt; means to find records that contain both words &quot;semantic&quot; and &quot;web&quot; &amp;#8211; you need to use &lt;tt&gt;title==&quot;semantic web&quot;&lt;/tt&gt; to do a phrase search. This is incorrect CQL. The former means phrase search, and the latter means that the entire value of the field is as given. Is it too late to fix mod-search to conform to standard CQL semantics?&lt;/p&gt;</comment>
                                                            <comment id="133106" author="5bffed52a1b46046f530c8f7" created="Fri, 18 Mar 2022 17:18:34 +0000"  >&lt;p&gt;According to &lt;a href=&quot;https://github.com/folio-org/mod-search#instance-search-options&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-search#instance-search-options&lt;/a&gt;, support for the instance searches that the Z39.50 server uses is as follows:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;author &amp;#8211; &lt;em&gt;maybe&lt;/em&gt; OK, if this is what &lt;tt&gt;contributors.primary&lt;/tt&gt; means.&lt;/li&gt;
	&lt;li&gt;title &amp;#8211; oddly, does not seem to exist. There is a CQL index called &lt;tt&gt;title&lt;/tt&gt;, but it searches against many title-related fields, not just actual title.&lt;/li&gt;
	&lt;li&gt;all-titles &amp;#8211; OK, more or less: the CQL index &lt;tt&gt;title&lt;/tt&gt; searches for title, alternativeTitle, indexTitle and series field, but not (according to the documentation) uniformTitle.&lt;/li&gt;
	&lt;li&gt;subject &amp;#8211; OK (though note that it is named &lt;tt&gt;subjects&lt;/tt&gt;, plural)&lt;/li&gt;
	&lt;li&gt;publication date &amp;#8211; does not seem to be supported, surprisingly&lt;/li&gt;
	&lt;li&gt;HRID &amp;#8211; OK&lt;/li&gt;
	&lt;li&gt;ISBN &amp;#8211; OK&lt;/li&gt;
	&lt;li&gt;ISSN &amp;#8211; OK&lt;/li&gt;
	&lt;li&gt;OCLC number &amp;#8211; does not seem to be supported&lt;/li&gt;
	&lt;li&gt;source &amp;#8211; OK&lt;/li&gt;
	&lt;li&gt;item-barcode &amp;#8211; &lt;em&gt;maybe&lt;/em&gt; OK, if this is what &lt;tt&gt;items.barcode&lt;/tt&gt; means&lt;/li&gt;
	&lt;li&gt;keyword &amp;#8211; OK&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;All in all, this looks much better than I had feared. The issues are:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Does &lt;tt&gt;contributors.primary&lt;/tt&gt; mean what people expect by an author search?&lt;/li&gt;
	&lt;li&gt;No ways to search for just the title, but I wonder if people ever really want that?&lt;/li&gt;
	&lt;li&gt;All-titles searching omits uniformTItle, but I don&apos;t know if that matters much.&lt;/li&gt;
	&lt;li&gt;No way to search for publication date!&lt;/li&gt;
	&lt;li&gt;No way to search for OCLC number&lt;br/&gt;
And the critical one:&lt;/li&gt;
	&lt;li&gt;Does a search for &lt;tt&gt;items.barcode&lt;/tt&gt; find (as we hope) instances that have holdings that have items with that barcode? (If it finds items instead of instances, we have a problem).&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Finally, may I say what a please it was to read such comprehensive documentation.&lt;/p&gt;</comment>
                                                            <comment id="133107" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Sun, 20 Mar 2022 19:50:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; I appreciate your review of mod-search documentation. In addition to good documentation, mod-search has 100% unit test code coverage and great code style (personally, I enjoy reading the code of it).&lt;/p&gt;

&lt;p&gt;In mod-seach the similar approach to RMB&apos;s schema.json is implemented for storing and using of metadata of the &lt;em&gt;Instance&lt;/em&gt; and other searchable entities. However it has significant differences in semantics, because Elasticsearch indexes are different from Postgres ones.&lt;/p&gt;

&lt;p&gt;For &lt;em&gt;Instance&lt;/em&gt;&#160;entity the metadata is stored in &lt;a href=&quot;https://github.com/folio-org/mod-search/blob/master/src/main/resources/model/instance.json#L141&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;instance.json&lt;/a&gt;. Both &lt;em&gt;publication date&lt;/em&gt; and &lt;em&gt;call number&lt;/em&gt;&#160;exist in it and therefore are supported. See:&#160;&lt;a href=&quot;https://github.com/folio-org/mod-search/blob/master/src/main/resources/model/instance.json#L141&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-search/blob/master/src/main/resources/model/instance.json#L141&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ac3cbad18-2785-4c26-8b3e-2e8d783866c2&quot; class=&quot;user-hover&quot; rel=&quot;557058:c3cbad18-2785-4c26-8b3e-2e8d783866c2&quot; data-account-id=&quot;557058:c3cbad18-2785-4c26-8b3e-2e8d783866c2&quot; accountid=&quot;557058:c3cbad18-2785-4c26-8b3e-2e8d783866c2&quot; rel=&quot;noreferrer&quot;&gt;Pavel Filippov&lt;/a&gt;,&#160;mod-search documentation could be even more comprehensive &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;, please check it to find out if there are other supported fields that are missing in the documentation.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Does&#160;&lt;tt&gt;contributors.primary&lt;/tt&gt;&#160;mean what people expect by an author search?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;For this type of search you should use CQL like: &lt;em&gt;contributors all &quot;John&quot; and contributors.primary==true .&lt;/em&gt; My gut feeling is that it is a search for &lt;em&gt;author&lt;/em&gt;.&#160; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; class=&quot;user-hover&quot; rel=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; data-account-id=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; accountid=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; rel=&quot;noreferrer&quot;&gt;Magda Zacharska&lt;/a&gt; please confirm if my understanding is correct.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;No ways to search for just the title, but I wonder if people ever really want that?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;As you can see in &lt;a href=&quot;https://github.com/folio-org/mod-search/blob/master/src/main/resources/model/instance.json#L33&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-search/blob/master/src/main/resources/model/instance.json#L33&lt;/a&gt;&#160;there are different types of titles in schema.json. You can search by them separately or use so-called &quot;search alias&quot;&#160;&quot;&lt;em&gt;title&quot;&lt;/em&gt; to search over all of them.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Does a search for&#160;&lt;tt&gt;items.barcode&lt;/tt&gt;&#160;find (as we hope) instances that have holdings that have items with that barcode? (If it finds items instead of instances, we have a problem).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Searching by barcode returns instances, as all other types of search for instance related data.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="133108" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 21 Mar 2022 08:18:30 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;&lt;br/&gt;
Contributors primary, is what is in MARC tag 100/110/111. So only one contributor - the primary one - and only one for a given record.&lt;br/&gt;
Contributors, are &lt;b&gt;all&lt;/b&gt; contributors, so the ones in MARC tag 100/110/130 and 700/710/711.&lt;/p&gt;
</comment>
                                                            <comment id="133109" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Mon, 21 Mar 2022 12:52:39 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; discussed deploying his mod-inventory-storage branch on the Core Platform Rancher environment and doing more testing before merging it.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;&#160;would it make sense for you to create a branch of mod-z3950 compatible with mod-search and have Mikhail install it on the test environment and confirm it works?&lt;/p&gt;</comment>
                                                            <comment id="133110" author="5bffed52a1b46046f530c8f7" created="Mon, 21 Mar 2022 13:00:22 +0000"  >&lt;p&gt;I enjoy &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt;&apos;s endearing assumption that explaining it in MARC codes is going to make it clearer for me &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;Thanks, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;, for clarifying some bits of mod-search that I&apos;d missed. Since `instance.json` is the Source Of Truth here, it would be helpful to link to it from the top-level README.&lt;/p&gt;

&lt;p&gt;On title-searching: it looks like my options are &lt;tt&gt;title&lt;/tt&gt;, which encompasses several kinds of title, &lt;tt&gt;alternativeTitles&lt;/tt&gt;, &lt;tt&gt;indexTitle&lt;/tt&gt;, &lt;tt&gt;sort_title&lt;/tt&gt; and &lt;tt&gt;uniformTitle&lt;/tt&gt;. I&apos;m still not clear on which of these is the actual title, such as one would expect to find with a title search.&lt;/p&gt;

&lt;p&gt;Good to know that publication date is indeed supported.&lt;/p&gt;

&lt;p&gt;It does look as though OCLC Number is not, however. What would it take to add that? It&apos;s just one more indentifier, like ISBN and ISSN.&lt;/p&gt;

&lt;p&gt;Most importantly, it&apos;s great news that searching of instances by item barcode is supported.&lt;/p&gt;

&lt;p&gt;That leaves author searching. I have theological objections to using &lt;tt&gt;and&lt;/tt&gt; in the way that&apos;s prescribed here &amp;#8211; &lt;tt&gt;contributors all &quot;John&quot; and contributors.primary==true&lt;/tt&gt; means to find all records that have a contributor called &quot;John&quot; and that have a primary contributor, so that it ought to find records where Anne was the author and John only the illustrator. It also presents a practical problem, as it means that the CQL generation in the Z39.50 server would have to do something rather peculiar here, which would mean writing new code to understand a new configuration directive. It can be done, but it&apos;s unappealing. Would it be difficult to instead enhance mod-search with a new &lt;tt&gt;author&lt;/tt&gt; index that does the right thing?&lt;/p&gt;</comment>
                                                            <comment id="133111" author="5bffed52a1b46046f530c8f7" created="Mon, 21 Mar 2022 13:01:23 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;would it make sense for you to create a branch of mod-z3950 compatible with mod-search and have Mikhail install it on the test environment and confirm it works?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It can be done, but it&apos;s not a trivial undertaking.&lt;/p&gt;</comment>
                                                            <comment id="133112" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 21 Mar 2022 13:20:25 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt; - re.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;br/&gt;
It does look as though OCLC Number is not, however. What would it take to add that? It&apos;s just one more indentifier, like ISBN and ISSN.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Following ticket 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MSEARCH-282&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MSEARCH-282&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Implement normalized search option for OCLC identifiers&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            MSEARCH-282
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 Implement normalized search option for OCLC identifiers, is in Code review. &lt;br/&gt;
I believe that would solve the dedicated index for OCLC numbers. &lt;/p&gt;</comment>
                                                            <comment id="133113" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Mon, 21 Mar 2022 13:22:47 +0000"  >&lt;blockquote&gt;&lt;p&gt;It does look as though OCLC Number is not, however.&#160;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;You are right. It hasn&apos;t been merged yet. It is in progress: &lt;a href=&quot;https://folio-org.atlassian.net/browse/MSEARCH-282&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/MSEARCH-282&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133114" author="557058:8629b273-56f1-466d-b7c7-5cbac0c3379b" created="Mon, 21 Mar 2022 19:09:50 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;  the search by primary contributor addresses use case when the user is  looking only for instances were a given contributor is a primary contributor.  For example, &lt;b&gt;contributors  =&quot; Steinbeck,  John, 1902-1968&quot;  AND  contributors.primary = true&lt;/b&gt; will not match a publication where Steinbeck wrote only introduction (and thus is not a primary  contributor)&lt;/p&gt;

&lt;p&gt;Regarding the search by title only - it was never requested as far as I know.  &lt;/p&gt;</comment>
                                                            <comment id="133115" author="5bffed52a1b46046f530c8f7" created="Tue, 22 Mar 2022 08:51:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; class=&quot;user-hover&quot; rel=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; data-account-id=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; accountid=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; rel=&quot;noreferrer&quot;&gt;Magda Zacharska&lt;/a&gt; Yes, I understand that is how the AND operator &lt;em&gt;works&lt;/em&gt; in this search; what I am saying is that it&apos;s not what AND &lt;em&gt;means&lt;/em&gt; in CQL.&lt;/p&gt;</comment>
                                                            <comment id="133116" author="712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709" created="Mon, 16 May 2022 08:39:01 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;During 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODDATAIMP-679&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODDATAIMP-679&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Check possibility to remove redundant inventory-storage GIN and full-text indexes&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODDATAIMP-679
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 investigation, we&apos;ve found that these&#160;Indexes are in use and cannot be deleted:&lt;/p&gt;

&lt;p&gt;Instance:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;b&gt;title&lt;/b&gt; - data import matching (match profile)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;indexTitle&lt;/b&gt; - data import matching (match profile)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;contributors&lt;/b&gt; - data import matching (match profile)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;classifications&lt;/b&gt; - data import matching (match profile)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Items:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;b&gt;status.name&lt;/b&gt; - data import matching (match profile)&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="133117" author="5af5e627525ba96b58654f12" created="Mon, 16 May 2022 15:48:35 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; Could you confirm that the indexes that &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; class=&quot;user-hover&quot; rel=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; data-account-id=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; accountid=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; rel=&quot;noreferrer&quot;&gt;Aivar Iusupov&lt;/a&gt; added in the above comment will NOT be removed? Thank you!&lt;/p&gt;</comment>
                                                            <comment id="133118" author="5ee89462f7aa140abd82d11d" created="Wed, 25 May 2022 11:14:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;: Please adjust this Jira&apos;s description regarding the indexes Aivar Iusupov requested to be kept.&lt;/p&gt;</comment>
                                                            <comment id="133119" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 25 May 2022 19:16:15 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; class=&quot;user-hover&quot; rel=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; data-account-id=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; accountid=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; rel=&quot;noreferrer&quot;&gt;Aivar Iusupov&lt;/a&gt; You mentioned that these indexes are used for &quot;data import matching (match profile)&quot;. Are they used for exact matching of the strings?&lt;/p&gt;</comment>
                                                            <comment id="133120" author="712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709" created="Fri, 27 May 2022 07:24:45 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt;&#160;, SQL queries contain &quot;LIKE&quot; even for exact matching because CQL-&amp;gt;SQL transformation works like this.&lt;/p&gt;</comment>
                                                            <comment id="133121" author="5bffed52a1b46046f530c8f7" created="Fri, 27 May 2022 09:13:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; class=&quot;user-hover&quot; rel=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; data-account-id=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; accountid=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; rel=&quot;noreferrer&quot;&gt;Aivar Iusupov&lt;/a&gt; You should get an exact-match query in SQL if your CQL query uses the &lt;tt&gt;==&lt;/tt&gt; relation instead of &lt;tt&gt;=&lt;/tt&gt;.&lt;/p&gt;</comment>
                                                            <comment id="133122" author="63e2a2771b13d42998e4e706" created="Fri, 27 May 2022 09:41:06 +0000"  >&lt;blockquote&gt;&lt;p&gt;You should get an exact-match query in SQL if your CQL query uses the == relation instead of =&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;IIRC, PostgreSQL treats a LIKE with no wildcard the same as a &lt;tt&gt;=&lt;/tt&gt; (in SQL) and so at one point RMB would generate LIKE statements from &lt;tt&gt;==&lt;/tt&gt; CQL clauses.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f8314dfbdef80006f6f572d&quot; class=&quot;user-hover&quot; rel=&quot;5f8314dfbdef80006f6f572d&quot; data-account-id=&quot;5f8314dfbdef80006f6f572d&quot; accountid=&quot;5f8314dfbdef80006f6f572d&quot; rel=&quot;noreferrer&quot;&gt;Adam Dickmeiss&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; maybe you can check my memory?&lt;/p&gt;</comment>
                                                            <comment id="133123" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Sun, 29 May 2022 15:35:50 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; class=&quot;user-hover&quot; rel=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; data-account-id=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; accountid=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; rel=&quot;noreferrer&quot;&gt;Aivar Iusupov&lt;/a&gt; What Marc says above is correct &amp;#8211; as long as there is no wildcards in the query &lt;tt&gt;LIKE&lt;/tt&gt; and &lt;tt&gt;=&lt;/tt&gt; are the same in Postgres and they don&apos;t need a GIN index, regular BTREE index is sufficient. But I would still recommend what &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; proposes &amp;#8211; use &lt;tt&gt;==&lt;/tt&gt; in CQL to make your intent for exact string matching clear.&lt;/p&gt;</comment>
                                                            <comment id="133124" author="63e2a2771b13d42998e4e706" created="Mon, 30 May 2022 11:30:34 +0000"  >&lt;blockquote&gt;&lt;p&gt;I would still recommend what Mike Taylor proposes &#8211; use == in CQL to make your intent for exact string matching clear.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I also support making a query as specific and intention revealing as possible.&lt;/p&gt;</comment>
                                                            <comment id="133125" author="5ee89462f7aa140abd82d11d" created="Mon, 30 May 2022 15:07:35 +0000"  >&lt;p&gt;Yes, RMB converts CQL  &lt;tt&gt;==&lt;/tt&gt;  to SQL  &lt;tt&gt;LIKE&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;From PostgreSQL&apos;s &lt;tt&gt;LIKE&lt;/tt&gt; documentation:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If &lt;em&gt;&lt;tt&gt;pattern&lt;/tt&gt;&lt;/em&gt; does not contain percent signs or underscores, then the pattern only represents the string itself; in that case &lt;tt&gt;LIKE&lt;/tt&gt; acts like the equals operator.&lt;/p&gt;&lt;/blockquote&gt;</comment>
                                                            <comment id="133126" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Mon, 13 Jun 2022 12:11:49 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; class=&quot;user-hover&quot; rel=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; data-account-id=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; accountid=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; rel=&quot;noreferrer&quot;&gt;Aivar Iusupov&lt;/a&gt;, please follow up regarding the usage of &quot;==&quot; or &quot;=&quot; for CQL. As discussed in this issue, you will be able to do &quot;LIKE&quot;, the removal will affect SQL which contains &lt;em&gt;tsvector&lt;/em&gt; and other full text staff.&lt;/p&gt;</comment>
                                                            <comment id="133127" author="5af5e627525ba96b58654f12" created="Wed, 15 Jun 2022 05:38:32 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; Will this Jira be finished and released as part of Morning Glory? The release field is not filled in.&lt;/p&gt;

&lt;p&gt;Once these changes are merged, it seems like we should have some pretty significant smoke testing for apps that interact with Inventory, to ensure that unexpected negative effects do not surface. cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63400fb8409249995eece1fd&quot; class=&quot;user-hover&quot; rel=&quot;63400fb8409249995eece1fd&quot; data-account-id=&quot;63400fb8409249995eece1fd&quot; accountid=&quot;63400fb8409249995eece1fd&quot; rel=&quot;noreferrer&quot;&gt;Oleksandr Bashtynskyi&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; class=&quot;user-hover&quot; rel=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; data-account-id=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; accountid=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; rel=&quot;noreferrer&quot;&gt;Magda Zacharska&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; class=&quot;user-hover&quot; rel=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; data-account-id=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; accountid=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; rel=&quot;noreferrer&quot;&gt;Kateryna Senchenko&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; class=&quot;user-hover&quot; rel=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; data-account-id=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; accountid=&quot;712020:e50f63d6-4b07-4ebb-a1bd-04d635ebe709&quot; rel=&quot;noreferrer&quot;&gt;Aivar Iusupov&lt;/a&gt; Please see Mikhael&apos;s comment above this one - does this change DI&apos;s need for the following indexes to be retained?&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Instance:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;title - data import matching (match profile)&lt;/li&gt;
	&lt;li&gt;indexTitle - data import matching (match profile)&lt;/li&gt;
	&lt;li&gt;contributors - data import matching (match profile)&lt;/li&gt;
	&lt;li&gt;classifications - data import matching (match profile)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Items:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;status.name - data import matching (match profile)&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="133128" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Tue, 21 Jun 2022 07:30:59 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt; please check with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; class=&quot;user-hover&quot; rel=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; data-account-id=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; accountid=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; rel=&quot;noreferrer&quot;&gt;Oleksii Petrenko&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; regarding the status of this change and the decision on whether this will be included in MG. I&apos;ve not been coordinating the rollout of this change myself.&lt;/p&gt;</comment>
                                                            <comment id="133129" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 21 Jun 2022 12:15:31 +0000"  >&lt;p&gt;Just for the sake of &apos;history&apos; here link to the Slack conversation (6/14) re. 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODINVSTOR-925&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODINVSTOR-925&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Remove redundant inventory-storage GIN and full-text indexes&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            MODINVSTOR-925
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 - &lt;a href=&quot;https://folio-project.slack.com/archives/C031HF7RW01/p1655233225590479&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-project.slack.com/archives/C031HF7RW01/p1655233225590479&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133130" author="5af5e627525ba96b58654f12" created="Tue, 21 Jun 2022 12:33:58 +0000"  >&lt;p&gt;Somebody PLEASE decide about whether this change is rolling out in MG or not. I am not qualified to decide that. &lt;/p&gt;

&lt;p&gt;I &lt;b&gt;am&lt;/b&gt; changing it to a MODINVSTOR issue, so that it can include the proper fix version.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; class=&quot;user-hover&quot; rel=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; data-account-id=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; accountid=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; rel=&quot;noreferrer&quot;&gt;Kateryna Senchenko&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A3f70d661-5e37-4873-8291-b723556aba10&quot; class=&quot;user-hover&quot; rel=&quot;557058:3f70d661-5e37-4873-8291-b723556aba10&quot; data-account-id=&quot;557058:3f70d661-5e37-4873-8291-b723556aba10&quot; accountid=&quot;557058:3f70d661-5e37-4873-8291-b723556aba10&quot; rel=&quot;noreferrer&quot;&gt;Aliaksandr Fedasiuk&lt;/a&gt; see long thread above. Any concerns about rolling this out at this point? Changes were merged into master last week.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; If you&apos;re not making the decision, then I recommend that Cap Planning Team weigh in, or else determine who makes the decision. Let&apos;s please get this figured out today or tomorrow. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b1434bffa615349cb01726d&quot; class=&quot;user-hover&quot; rel=&quot;5b1434bffa615349cb01726d&quot; data-account-id=&quot;5b1434bffa615349cb01726d&quot; accountid=&quot;5b1434bffa615349cb01726d&quot; rel=&quot;noreferrer&quot;&gt;Mark Veksler&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ecdb772036612ff61cf1&quot; class=&quot;user-hover&quot; rel=&quot;5af5ecdb772036612ff61cf1&quot; data-account-id=&quot;5af5ecdb772036612ff61cf1&quot; accountid=&quot;5af5ecdb772036612ff61cf1&quot; rel=&quot;noreferrer&quot;&gt;Hkaplanian&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ae08bd47b44642d39d323c4&quot; class=&quot;user-hover&quot; rel=&quot;5ae08bd47b44642d39d323c4&quot; data-account-id=&quot;5ae08bd47b44642d39d323c4&quot; accountid=&quot;5ae08bd47b44642d39d323c4&quot; rel=&quot;noreferrer&quot;&gt;Mike Gorrell&lt;/a&gt;&lt;/p&gt;
</comment>
                                                            <comment id="133131" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 21 Jun 2022 14:43:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt; - you were one of them whom were the most reluctant about doing this roll out for MG without more testing. &lt;br/&gt;
But if we (the POs) are all aligned that this work, which has been ready since February, and has already been postponed with one release, then I think that&apos;s the decision - and now is the time to get this out to our customers!&lt;/p&gt;</comment>
                                                            <comment id="133132" author="5af5e627525ba96b58654f12" created="Tue, 21 Jun 2022 16:51:33 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt; I understand, and Folijet has a task to test the performance of updates with this change in place. We&apos;ll just roll with whatever decision is made, and if performance is degraded, we&apos;ll figure out a way to work on it in Nolana.&lt;/p&gt;</comment>
                                                            <comment id="133133" author="63e2a2771b13d42998e4e706" created="Wed, 22 Jun 2022 09:07:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;if we (the POs) are all aligned that this work, which has been ready since February, and has already been postponed with one release, then I think that&apos;s the decision - and now is the time to get this out to our customers!&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Are you going to work with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; to organise the remedial work for Z39.50 before the Morning Glory release deadline?&lt;/p&gt;</comment>
                                                            <comment id="133134" author="5bffed52a1b46046f530c8f7" created="Wed, 22 Jun 2022 09:35:17 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt; Since I can&apos;t be confident that MG is not going to break the Z39.50 server that our customers rely on, I am already working on it. See 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;ZF-62&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/ZF-62&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Perform principal search in mod-search instead of mod-inventory-storage&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            ZF-62
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 (linked above).&lt;/p&gt;</comment>
                                                            <comment id="133135" author="63e2a2771b13d42998e4e706" created="Wed, 22 Jun 2022 09:41:29 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Since I can&apos;t be confident that MG is not going to break the Z39.50 server that our customers rely on, I am already working on it.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Oh ok. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; class=&quot;user-hover&quot; rel=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; data-account-id=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; accountid=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; rel=&quot;noreferrer&quot;&gt;Oleksii Petrenko&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Does that mean this is a done deal and the decision is made?&lt;/p&gt;

&lt;p&gt;If so, I&apos;ll unblock the release of mod-inventory-storage for Morning Glory.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; Please make sure that the impact of these changes are described in the Morning Glory overall release notes so that hosting providers, systems operators and implementors are made aware of this.&lt;/p&gt;</comment>
                                                            <comment id="133136" author="5bffed52a1b46046f530c8f7" created="Wed, 22 Jun 2022 09:52:43 +0000"  >&lt;blockquote&gt;&lt;p&gt;Does that mean this is a done deal and the decision is made?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;No, it means that I live in terror of this decision being made and then suddenly being deluged with complains from customers that Z39.50 has stopped working when they upgrade to MG. I&apos;m having to do work on a highly inconvenient schedule due to this.&lt;/p&gt;</comment>
                                                            <comment id="133137" author="5af5e627525ba96b58654f12" created="Wed, 22 Jun 2022 10:37:51 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt; Folijet is still working on testing DI matching performance without indexes, but we&apos;ll live if the decision is to move forward. If this breaks Z39.50 in terms of Inventory Single Record Import though, there will be huge blowback. &lt;/p&gt;

&lt;p&gt;This code is merged into snapshot currently, isn&apos;t it? If Inventory Single Record Import is still working in Snapshot, then it seems not to have broken it. I&apos;m not sure what the other bits are that &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; is working on, and how they affect the functioning of particular apps.&lt;/p&gt;

&lt;p&gt;And I changed the issue from FOLIO to MODINVSTOR, so hopefully you can add the correct fix version to it and keep track of it during the release.&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; class=&quot;user-hover&quot; rel=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; data-account-id=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; accountid=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; rel=&quot;noreferrer&quot;&gt;Kateryna Senchenko&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133138" author="63e2a2771b13d42998e4e706" created="Wed, 22 Jun 2022 10:57:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;If this breaks Z39.50 in terms of Inventory Single Record Import though, there will be huge blowback.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;As I understand it, these changes fundamentally break the Z39.50 implementation. However, I very naive in this area, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; is the better person to answer this.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This code is merged into snapshot currently, isn&apos;t it?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Yes, it is.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I changed the issue from FOLIO to MODINVSTOR&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;hopefully you can add the correct fix version to it and keep track of it during the release.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I&apos;m not going to do that until folks make the call one way or the other which release it is in.&lt;/p&gt;

&lt;p&gt;Until then, I consider mod-inventory-storage release (and thus the whole release) blocked.&lt;/p&gt;</comment>
                                                            <comment id="133139" author="5af5e627525ba96b58654f12" created="Wed, 22 Jun 2022 11:33:20 +0000"  >&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I just tested all 3 scenarios for Inventory Single Record Import on Snapshot. See attached video &lt;b&gt;Testing Inv Sing Rec Import.mp4&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Scenario 1: No instance exists; create a new instance and SRS MARC Bib by importing: WORKS&lt;/li&gt;
	&lt;li&gt;Scenario 2: Instance exists, with source = MARC; update instance and SRS MARC Bib by matching on Instance UUID in 999 ff $i of the SRS MARC Bib record: importing: WORKS&lt;/li&gt;
	&lt;li&gt;Scenario 3: Instance exists, with source = FOLIO; update instance and create SRS MARC Bib by matching on Instance UUID in the Instance record: &lt;font color=&quot;red&quot;&gt;&lt;b&gt;DOES NOT WORK&lt;/b&gt;&lt;/font&gt; I don&apos;t know if this is because there is a temporary glitch in Snapshot, or because it&apos;s related to the work that &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; is trying to sort out. I&apos;ve tried it a couple times today, and so far it&apos;s not working. To me, that&apos;s a very significant regression, and I think &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt; will agree.
	&lt;ul&gt;
		&lt;li&gt;If it&apos;s determined that the problem is related to this Jira, then I think we roll back these changes, unless it can be fixed and demonstrated to work properly.&lt;/li&gt;
		&lt;li&gt;If it&apos;s determined that the problem is NOT related to this Jira, then we need to file a separate bug and figure out what the problem is ASAP&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; class=&quot;user-hover&quot; rel=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; data-account-id=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; accountid=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; rel=&quot;noreferrer&quot;&gt;Kateryna Senchenko&lt;/a&gt; &lt;/p&gt;</comment>
                                                            <comment id="133140" author="63e2a2771b13d42998e4e706" created="Wed, 22 Jun 2022 12:31:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; class=&quot;user-hover&quot; rel=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; data-account-id=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; accountid=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; rel=&quot;noreferrer&quot;&gt;Oleksii Petrenko&lt;/a&gt; Was single record import part of the scope of pre-merge testing done on the Core Platform scratch environment or by the AQAs?&lt;/p&gt;</comment>
                                                            <comment id="133141" author="557058:701bc044-42e4-4044-8724-a85e23b14f8f" created="Wed, 22 Jun 2022 12:38:00 +0000"  >&lt;p&gt;Just pointing out that I believe the last few comments are conflating the z39.50 &lt;b&gt;server&lt;/b&gt; (Mike Taylor&apos;s project) and the single record import z39.50 retrieval from OCLC.&#160;&lt;/p&gt;</comment>
                                                            <comment id="133142" author="5af5e627525ba96b58654f12" created="Wed, 22 Jun 2022 13:47:38 +0000"  >&lt;p&gt;Apologies &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A701bc044-42e4-4044-8724-a85e23b14f8f&quot; class=&quot;user-hover&quot; rel=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; data-account-id=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; accountid=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; rel=&quot;noreferrer&quot;&gt;Jenn Colt&lt;/a&gt; if I have conflated them, but then it sounds like we may need to troubleshoot scenario 3 of Inventory Single Record Import as a separate bug, if it&apos;s not been caused by this. Can someone from Core Platform or from Prokopovych confirm for me whether this Jira&apos;s merge could be responsible for that scenario not working, or if it&apos;s a different bug.&lt;/p&gt;</comment>
                                                            <comment id="133143" author="557058:701bc044-42e4-4044-8724-a85e23b14f8f" created="Wed, 22 Jun 2022 13:50:43 +0000"  >&lt;p&gt;Yeah, I can&apos;t tell if it is related to this, but either way work to fix the z39.50 server won&apos;t help with scenario 3.&lt;/p&gt;</comment>
                                                            <comment id="133144" author="5af5e627525ba96b58654f12" created="Wed, 22 Jun 2022 17:16:41 +0000"  >&lt;p&gt;I&apos;ve just had confirmation that these changes should not have any effect (in terms of Z39.50) on Inventory Single Record Import. So I&apos;ll doublecheck, and probably write up a separate bug for ISRI scenario 3.&lt;/p&gt;

&lt;p&gt;Aside from that, I think the only index that might have some impact on Data Import would be the Item status. Folijet is doing some performance testing on that. 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODDATAIMP-697&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODDATAIMP-697&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Test performance of update scenarios after removal of indexes&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODDATAIMP-697
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</comment>
                                                            <comment id="133145" author="63e2a2771b13d42998e4e706" created="Wed, 22 Jun 2022 17:37:45 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Apologies Jenn Colt if I have conflated them&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It was me that was conflating them.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A701bc044-42e4-4044-8724-a85e23b14f8f&quot; class=&quot;user-hover&quot; rel=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; data-account-id=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; accountid=&quot;557058:701bc044-42e4-4044-8724-a85e23b14f8f&quot; rel=&quot;noreferrer&quot;&gt;Jenn Colt&lt;/a&gt; thank you for the clarification.&lt;/p&gt;</comment>
                                                            <comment id="133146" author="63e2a2771b13d42998e4e706" created="Wed, 22 Jun 2022 17:38:46 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Can someone from Core Platform or from Prokopovych confirm for me whether this Jira&apos;s merge could be responsible for that scenario not working, or if it&apos;s a different bug.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I don&apos;t know enough about either the single record import (which was built by Thor?) or these changes to determine this.&lt;/p&gt;</comment>
                                                            <comment id="133147" author="70121:84bca0b8-4380-4d87-8a90-53e9133584f6" created="Wed, 22 Jun 2022 17:43:46 +0000"  >&lt;p&gt;Teams, that are responsible for modules that uses CQL queries to mod-invenory-storage should watch the logs of mod-invenory-storage for warnings like: &quot;&lt;em&gt;&lt;b&gt;Doing FT search without index for&lt;/b&gt;&lt;/em&gt;&quot;( and then there is a field name).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A4f6bed01-40a6-48d5-8471-7ef21f5ea97c&quot; class=&quot;user-hover&quot; rel=&quot;557058:4f6bed01-40a6-48d5-8471-7ef21f5ea97c&quot; data-account-id=&quot;557058:4f6bed01-40a6-48d5-8471-7ef21f5ea97c&quot; accountid=&quot;557058:4f6bed01-40a6-48d5-8471-7ef21f5ea97c&quot; rel=&quot;noreferrer&quot;&gt;Hongwei Ji&lt;/a&gt;, if it is an option for bugfest team, we could have some alerting rule for this warning.&lt;/p&gt;

&lt;p&gt;CC: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="133148" author="5bffed52a1b46046f530c8f7" created="Wed, 22 Jun 2022 21:40:39 +0000"  >&lt;p&gt;To reiterate (the relevant part of) what I said on today&apos;s call:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The &lt;tt&gt;Net-Z3950-FOLIO&lt;/tt&gt; module is FOLIO&apos;s Z39.50 &lt;em&gt;server&lt;/em&gt;. The single-record import facility makes use of a Z39.50 &lt;em&gt;client&lt;/em&gt;, which shares no relevant code with the server.&lt;/li&gt;
	&lt;li&gt;The server is gravely affected by the removal of the mod-inventory-storage indexes, which is why I am working on changing how it works &amp;#8211; see 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;ZF-62&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/ZF-62&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Perform principal search in mod-search instead of mod-inventory-storage&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            ZF-62
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
, 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODGQL-152&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODGQL-152&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Support searching in mod-search&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODGQL-152
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 and 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODGQL-153&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODGQL-153&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Extensions to create-schemas: non-standard RAML location, additonal file&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODGQL-153
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 if interested in the gritty details.&lt;/li&gt;
	&lt;li&gt;The Z39.50 client is not affected at all by the removal of the indexes ...&lt;/li&gt;
	&lt;li&gt;... but that doesn&apos;t necessarily mean that single-record import is not affected. Everything depends on what the match criteria are. If they are defined to include author or title matching, then that probably uses indexes that are no longer in place, which will make the matching process very slow: slow enough to fail completely sometimes.&lt;/li&gt;
	&lt;li&gt;But if we are confident that the match algorithms currently in use don&apos;t do author or title matching, then this should be a non-issue.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="133149" author="63e2a2771b13d42998e4e706" created="Thu, 23 Jun 2022 10:13:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;To reiterate (the relevant part of) what I said on today&apos;s call&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;What call are you referring to?&lt;/p&gt;</comment>
                                                            <comment id="133150" author="5bffed52a1b46046f530c8f7" created="Thu, 23 Jun 2022 10:46:22 +0000"  >&lt;p&gt;The one that &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; class=&quot;user-hover&quot; rel=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; data-account-id=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; accountid=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; rel=&quot;noreferrer&quot;&gt;Oleksii Petrenko&lt;/a&gt; called yesterday, at 6pm UK time.&lt;/p&gt;</comment>
                                                            <comment id="133151" author="63e2a2771b13d42998e4e706" created="Thu, 23 Jun 2022 10:53:40 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;The one that Oleksii Petrenko called yesterday, at 6pm UK time.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Thanks. Damn, &lt;del&gt;I didn&apos;t have that in my diary, as the invite came whilst I was in the TC and so&lt;/del&gt; I forgot about it and so missed it :-/ &lt;/p&gt;</comment>
                                                            <comment id="133152" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Mon, 4 Jul 2022 12:27:33 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A84bca0b8-4380-4d87-8a90-53e9133584f6&quot; class=&quot;user-hover&quot; rel=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; data-account-id=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; accountid=&quot;70121:84bca0b8-4380-4d87-8a90-53e9133584f6&quot; rel=&quot;noreferrer&quot;&gt;Mikhail Fokanov&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; class=&quot;user-hover&quot; rel=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; data-account-id=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; accountid=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; rel=&quot;noreferrer&quot;&gt;Oleksii Petrenko&lt;/a&gt; It looks like the code for this change has been merged to master but the issues status says IN PROGRESS. &lt;/p&gt;

&lt;p&gt;Also, has this code been release for Morning Glory? If so, this should be indicated in the module release notes and this ticket should be marked for Morning Glory.&lt;/p&gt;

&lt;p&gt;Can you please clarify the status of this change?&lt;/p&gt;</comment>
                                                            <comment id="133154" author="63e2a2771b13d42998e4e706" created="Tue, 5 Jul 2022 10:26:37 +0000"  >&lt;blockquote&gt;&lt;p&gt;Also, has this code been release for Morning Glory? If so, this should be indicated in the module release notes and this ticket should be marked for Morning Glory.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I can confirm it has been included in the release for for Morning Glory.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;It looks like the code for this change has been merged to master but the issues status says IN PROGRESS.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It has been. And given it is included in the release, I will close this issue.&lt;/p&gt;</comment>
                                                            <comment id="133156" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Wed, 6 Jul 2022 08:56:53 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt; Thank you for updating the ticket. Unfortunately, there&apos;s no mention of this change in the release notes for v24: &lt;a href=&quot;https://github.com/folio-org/mod-inventory-storage/releases/tag/v24.0.0&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-inventory-storage/releases/tag/v24.0.0&lt;/a&gt;. Do you know why?&lt;/p&gt;</comment>
                                                            <comment id="133158" author="63e2a2771b13d42998e4e706" created="Wed, 6 Jul 2022 12:50:43 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Unfortunately, there&apos;s no mention of this change in the release notes for v24: &lt;a href=&quot;https://github.com/folio-org/mod-inventory-storage/releases/tag/v24.0.0&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-inventory-storage/releases/tag/v24.0.0&lt;/a&gt;. Do you know why?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Likely because they weren&apos;t added during the pull request.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/wiki/display/~marcjohnson/Marc%27s+Release+Process+for+Back+End+Modules&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;Informally, I ask&lt;/a&gt; that developers making releases check the issues involved in the release and amend the news during the release process.&lt;/p&gt;

&lt;p&gt;However this isn&apos;t a reliable activity and things can be missed, especially when folks don&apos;t understand the changes made by others.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="76807">ZF-62</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56462">MODINVSTOR-927</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="62844">MODDATAIMP-697</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26940">PERF-238</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="62777">MODDATAIMP-679</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59867">MODORDERS-680</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="43417" name="Testing Inv Sing Rec Import.mp4" size="14608052" author="5af5e627525ba96b58654f12" created="Wed, 22 Jun 2022 11:33:34 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10144"><![CDATA[Core: Platform]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03zbb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10057"><![CDATA[Morning Glory (R2 2022)]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1463">CP: sprint 143</customfieldvalue>
    <customfieldvalue id="1437">CP: sprint 142</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 7 Mar 2022 14:49:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>