<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:21:25 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-650] Bugfest - will solve using Elasticsearch. Item segment. Filtering by Effective location and Item Status returns unexpected additional records</title>
                <link>https://folio-org.atlassian.net/browse/MODINVSTOR-650</link>
                <project id="10139" key="MODINVSTOR">mod-inventory-storage</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt;&lt;br/&gt;
I want to get a list of all items at a certain library location that have status missing. I search in Inventory by selecting the Item segment, and filtering on Item Status and Effective location. However, this search unexpectedly also returns titles with items missing at other library location, in cases where the given instance has multiple items, and other items than the missing items, are at the location I searched for.&lt;/p&gt;

&lt;p&gt;Customer Priority is set to be Low since Chalmers currently has a workaround using APIs for creating lists of missing items for each library. It would have been prioritized higher had it been possible to display item data  &amp;#8211; status + data identifying and locating the item &amp;#8211; in the results list (which would make Inventory an attractive option for generating and working with precise lists of e.g. missing items).&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Steps to reproduce:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Login to FOLIO Snapshot, go to Inventory and select the Item segment&lt;/li&gt;
	&lt;li&gt;Select Item status &lt;b&gt;Missing&lt;/b&gt; and Effective location &lt;b&gt;Main Library&lt;/b&gt;&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43304_thumb&quot; href=&quot;/rest/api/3/attachment/content/43304&quot; title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43304&quot; file-preview-title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43304?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43304&quot; filename=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43304&quot; data-attachment-name=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;f95fb8a4-7bc7-41d8-8687-a3c206687dd8&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/li&gt;
	&lt;li&gt;This is the URL: &lt;a href=&quot;https://folio-snapshot.dev.folio.org/inventory/view/f31a36de-fcf8-44f9-87ef-a55d06ad21ae?filters=effectiveLocation.fcd64ce1-6995-48f0-840e-89ffa2288371%2CitemStatus.Missing&amp;amp;segment=items&amp;amp;sort=title&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.dev.folio.org/inventory/view/f31a36de-fcf8-44f9-87ef-a55d06ad21ae?filters=effectiveLocation.fcd64ce1-6995-48f0-840e-89ffa2288371%2CitemStatus.Missing&amp;amp;segment=items&amp;amp;sort=title&lt;/a&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
{{okapi-url}}/inventory/instances?limit=100&amp;amp;query=(item.status.name==&lt;span class=&quot;code-quote&quot;&gt;&quot;Missing&quot;&lt;/span&gt; and item.effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;) sortby title
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Expected result:&lt;/b&gt;&lt;br/&gt;
The result list contains only instances with item which are missing AND at the selected library (location). In this case, instances which have at least one item that has both effectiveLocation Main library and status &quot;Missing&quot;. The number of instances returned should only be 1 - The semantic web.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Actual result:&lt;/b&gt;&lt;br/&gt;
The result list contains not only instances with items which are missing at the chosen library location, but also titles where the item at the selected location has a different Item status, but mulitiple items and one of these item has the item status as missing. &lt;br/&gt;
In this case: all instances which have at least one item with effectiveLocation Main library and at least one item with status Missing.&lt;/p&gt;


&lt;p&gt;&lt;b&gt;Additional comments:&lt;/b&gt;&lt;br/&gt;
The search a staff thinks he/she is doing is find all items matching both criteria, but the search is looking for items matching both criteria, and also instance with multiple items, where some items matches one criteria, and other items matches the second criteria.&lt;/p&gt;

&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; wrote up following scope for the expectations:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Any criteria expressed for an item must match the same item&lt;/li&gt;
	&lt;li&gt;Any criteria expressed for a holdings record must match the same holdings record&lt;/li&gt;
	&lt;li&gt;If both item and holdings criteria is included, then the item must also be part of that holding&lt;/li&gt;
	&lt;li&gt;it must be able to work with large sets of search results (maybe in the 1000s?)&lt;/li&gt;
	&lt;li&gt;it must allow the same sorting that UI inventory does at the moment&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;Interested parties: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f7d736358899e0070a39036&quot; class=&quot;user-hover&quot; rel=&quot;5f7d736358899e0070a39036&quot; data-account-id=&quot;5f7d736358899e0070a39036&quot; accountid=&quot;5f7d736358899e0070a39036&quot; rel=&quot;noreferrer&quot;&gt;Maryam Vardeh&lt;/a&gt; (Chalmers)&lt;/p&gt;</description>
                <environment></environment>
        <key id="56279">MODINVSTOR-650</key>
            <summary>Bugfest - will solve using Elasticsearch. Item segment. Filtering by Effective location and Item Status returns unexpected additional records</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</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="10000">Won&apos;t Do</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="5afc1ced2083b15a0bd3e494">Lisa Sj&#246;gren</reporter>
                                    <labels>
                            <label>elastic-search</label>
                            <label>support</label>
                    </labels>
                <created>Thu, 17 Dec 2020 16:32:16 +0000</created>
                <updated>Mon, 1 Nov 2021 12:38:58 +0000</updated>
                            <resolved>Mon, 1 Nov 2021 12:38:58 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>13</watches>
                                                                <comments>
                                                            <comment id="132023" author="712020:63713c36-3c65-4968-b5f4-586840c71ffd" created="Thu, 17 Dec 2020 16:59:34 +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; - Is this something you are aware of?&lt;/p&gt;</comment>
                                                            <comment id="132027" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 18:50:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A63713c36-3c65-4968-b5f4-586840c71ffd&quot; class=&quot;user-hover&quot; rel=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; data-account-id=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; accountid=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; rel=&quot;noreferrer&quot;&gt;Kelly Drake&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; - no this is a new bug, which I have not heard about until now.&lt;br/&gt;
Which release are you testing in Goldenrod? By looking at your screendumps, it can not be Honeysuckle.&lt;/p&gt;

&lt;p&gt;This problem is not about that the item segment is selected but actually searching instances ... but I would need to look into this, and see if I can mimik the error in Bugfest Honeysuckle. &lt;/p&gt;</comment>
                                                            <comment id="132031" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 19:02:29 +0000"  >&lt;p&gt;Bugfest Honeysuckle behaves as expected: &lt;br/&gt;
I marked three items having the effective location: AcqMono BO and item state: Missing&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Steps:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;In the item segement&lt;/li&gt;
	&lt;li&gt;When filtering first on: Item state Missing, then I get 38 results found&lt;/li&gt;
	&lt;li&gt;Then filtered on the location: AcqMono BO, then I get 3 results as expected -  &lt;a href=&quot;https://bugfest-honeysuckle.folio.ebsco.com/inventory?filters=itemStatus.Missing%2CeffectiveLocation.39a16452-b2da-490b-8148-41c09781e4ab&amp;amp;segment=items&amp;amp;sort=title&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://bugfest-honeysuckle.folio.ebsco.com/inventory?filters=itemStatus.Missing%2CeffectiveLocation.39a16452-b2da-490b-8148-41c09781e4ab&amp;amp;segment=items&amp;amp;sort=title&lt;/a&gt;&lt;br/&gt;
&lt;font color=&quot;orange&quot;&gt;So I get the expected result, and can not reproduce the error. &lt;/font&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43300_thumb&quot; href=&quot;/rest/api/3/attachment/content/43300&quot; title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 19.53.23.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43300&quot; file-preview-title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 19.53.23.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43300?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43300&quot; filename=&quot;Ska&#776;rmavbild 2020-12-17 kl. 19.53.23.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43300&quot; data-attachment-name=&quot;Ska&#776;rmavbild 2020-12-17 kl. 19.53.23.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;71200180-da6c-40f5-a9be-9f8f68c1c791&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43301_thumb&quot; href=&quot;/rest/api/3/attachment/content/43301&quot; title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 19.53.43.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43301&quot; file-preview-title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 19.53.43.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43301?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43301&quot; filename=&quot;Ska&#776;rmavbild 2020-12-17 kl. 19.53.43.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43301&quot; data-attachment-name=&quot;Ska&#776;rmavbild 2020-12-17 kl. 19.53.43.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;5009828e-4d30-43bc-9e51-014609893ddb&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; Could you maybe try the same steps in the environment you are testing, and check if you still see any errors. &lt;/p&gt;

&lt;p&gt;Please notice, that the result list always will return a list of instances, and then you need to verify each result for which of the instance has the item status missing. (That&apos;s the current display, but only an interim solution).&lt;/p&gt;</comment>
                                                            <comment id="132035" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Dec 2020 19:35:05 +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;! Sorry for not being clear about the version. I was testing in Snapshot Stable.&lt;/p&gt;</comment>
                                                            <comment id="132039" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 19:43:45 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; you&apos;re screen dump looks a bit old. Please notice that FOLIO Snapshot Stable is not maintained since 9/29/2020 - &lt;a href=&quot;https://dashboard.folio.ebsco.com/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dashboard.folio.ebsco.com/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Try FOLIO Snapshot instead: &lt;a href=&quot;https://folio-snapshot.dev.folio.org/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.dev.folio.org/&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="132041" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Dec 2020 19:49:53 +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; Are you sure that, when you did your search, there existed a title where AcqMono BO&apos;s item was available but another location&apos;s item was missing?&lt;/p&gt;

&lt;p&gt;When I tried your search in Honeysuckle I did initially only get the three results, but once I added a &lt;em&gt;missing item for another location&lt;/em&gt; to an instance that has an available AcqMono BO item, that title showed up in the result list.&lt;/p&gt;

&lt;p&gt;SInce AcqMono BO item is not missing, I would not expect that to be returned when I filter on Missing and  AcqMono BO. &lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43309_thumb&quot; href=&quot;/rest/api/3/attachment/content/43309&quot; title=&quot;screenshot-2.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43309&quot; file-preview-title=&quot;screenshot-2.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43309?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43309&quot; filename=&quot;screenshot-2.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43309&quot; data-attachment-name=&quot;screenshot-2.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;89e93a62-eed9-43fe-afe0-dd6a6209ebd9&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="132045" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 19:53:13 +0000"  >&lt;p&gt;And you did clear your searches between the two searches? That&apos;s important in order to make sure there is nothing in the catch spoking?&lt;/p&gt;



</comment>
                                                            <comment id="132049" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 19:57:17 +0000"  >&lt;p&gt;It works for me in Bugfest Honeysuckle. Now I don&apos;t get the missing item with &apos;new&apos; location. Do you want me to call you, and I can share my screen.&lt;/p&gt;</comment>
                                                            <comment id="132052" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Dec 2020 19:57:55 +0000"  >&lt;p&gt;Thanks for the Snapshot link, &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&apos;ll use that one in the future.&lt;/p&gt;

&lt;p&gt;It looks like this one and Stable have the same okapi URL though &amp;#8211; folio-snapshot-okapi.dev.folio.org &amp;#8211; so I would assume that the API behaviour would have been the same.&lt;/p&gt;

&lt;p&gt;I am getting the same result:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43310_thumb&quot; href=&quot;/rest/api/3/attachment/content/43310&quot; title=&quot;screenshot-3.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43310&quot; file-preview-title=&quot;screenshot-3.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43310?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43310&quot; filename=&quot;screenshot-3.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43310&quot; data-attachment-name=&quot;screenshot-3.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;96425d32-1ff3-4e5e-b590-eed5ec1b36f6&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="132056" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 19:59:55 +0000"  >&lt;p&gt;Yes, and the title Semantic web, has also a Missing item and location Main library right. Then that&apos;s the expected result.&lt;br/&gt;
The item detail list shows all items, not just the Missing item. &lt;/p&gt;

&lt;p&gt;That&apos;s the way it works right now, until we can get it refined, right.&lt;br/&gt;
&lt;em&gt;(Having this improved, I have fought for all year, but the developer resources were never available to improve Inventory&apos;s MCL result list, or even better implement hierarchical display of the Result list)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-snapshot.dev.folio.org/inventory/view/5bf370e0-8cca-4d9c-82e4-5170ab2a0a39?filters=itemStatus.Missing%2CeffectiveLocation.fcd64ce1-6995-48f0-840e-89ffa2288371&amp;amp;segment=items&amp;amp;sort=title&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.dev.folio.org/inventory/view/5bf370e0-8cca-4d9c-82e4-5170ab2a0a39?filters=itemStatus.Missing%2CeffectiveLocation.fcd64ce1-6995-48f0-840e-89ffa2288371&amp;amp;segment=items&amp;amp;sort=title&lt;/a&gt;&lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43302_thumb&quot; href=&quot;/rest/api/3/attachment/content/43302&quot; title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.02.21.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43302&quot; file-preview-title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.02.21.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43302?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43302&quot; filename=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.02.21.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43302&quot; data-attachment-name=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.02.21.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;9cfc617c-8d10-4117-9655-04dd22032fa8&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="132059" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Dec 2020 20:07:43 +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; I&apos;m in another meeting, but I think we are speaking past each other.&lt;/p&gt;

&lt;p&gt;The issue is not with the Semantic Web, but The Girl on the Train. Main Library&apos;s copy of that title is not missing.&lt;/p&gt;

&lt;p&gt;Where the use case is to find all missing items at a certain library, titles where only &lt;em&gt;another&lt;/em&gt; library&apos;s copy is missing are not relevant.&lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43311_thumb&quot; href=&quot;/rest/api/3/attachment/content/43311&quot; title=&quot;screenshot-4.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43311&quot; file-preview-title=&quot;screenshot-4.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43311?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43311&quot; filename=&quot;screenshot-4.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43311&quot; data-attachment-name=&quot;screenshot-4.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;3f7e4b5e-cb6a-4ca0-92b4-75066c05e290&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="132062" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 20:08:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; - re. &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;It looks like this one and Stable have the same okapi URL though&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Says nothing about the build and the current version of the software. Here you need to check: &lt;a href=&quot;https://folio-snapshot.dev.folio.org/settings/about&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.dev.folio.org/settings/about&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="132065" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 20:13:42 +0000"  >&lt;blockquote&gt;&lt;p&gt;The issue is not with the Semantic Web, but The Girl on the Train. Main Library&apos;s copy of that title is not missing.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;okay, let me check&lt;/p&gt;</comment>
                                                            <comment id="132069" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 20:35:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; - I know the explenaition now:&lt;/p&gt;

&lt;p&gt;I tried a new search in Bugfest Honeysuckle (and Bugfest Snapshot - is the same). The search do correctly search: All items missing and effective location, e.g. acq bind  &lt;a href=&quot;https://bugfest-honeysuckle.folio.ebsco.com/inventory/view/22f98c5a-d4ea-433f-81fe-7859c5a9ea9d?filters=itemStatus.Missing%2CeffectiveLocation.fac5de34-26ee-456d-86b1-f04fdf680d65&amp;amp;segment=items&amp;amp;sort=title*https://bugfest-honeysuckle.folio.ebsco.com/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://bugfest-honeysuckle.folio.ebsco.com/inventory/view/22f98c5a-d4ea-433f-81fe-7859c5a9ea9d?filters=itemStatus.Missing%2CeffectiveLocation.fac5de34-26ee-456d-86b1-f04fdf680d65&amp;amp;segment=items&amp;amp;sort=title*https://bugfest-honeysuckle.folio.ebsco.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But because one specific instance has two items &lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43303_thumb&quot; href=&quot;/rest/api/3/attachment/content/43303&quot; title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.22.06.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43303&quot; file-preview-title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.22.06.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43303?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43303&quot; filename=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.22.06.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43303&quot; data-attachment-name=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.22.06.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;b1e3be37-1244-40bb-a1a6-d91b778467fb&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Item status &lt;b&gt;Missing&lt;/b&gt; at location Book stacks and&lt;/li&gt;
	&lt;li&gt;Item status In process at &lt;b&gt;acq bind&lt;/b&gt;.&lt;br/&gt;
Then the search do not find an item with Item status Missing at acq bind, but find one item with item status missing, and another item at location &lt;b&gt;acq bind&lt;/b&gt;.&lt;br/&gt;
The result list displays it as one out of three instances matching the search criteria. &lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;That&apos;s a bug, and we must look into how to fix that. &lt;br/&gt;
I&apos;ll clean up the reproduction steps, so the confusion of the different environments, and possible use of API get cleared out.&lt;/p&gt;</comment>
                                                            <comment id="132073" author="5afc1ced2083b15a0bd3e494" created="Fri, 18 Dec 2020 09:03:20 +0000"  >&lt;p&gt;Great! That is exactly what I was trying to say. &lt;/p&gt;

&lt;p&gt;I do think it&apos;s worth noting that the query&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
{{okapi-url}}/inventory/items?limit=100&amp;amp;query=(status.name==&lt;span class=&quot;code-quote&quot;&gt;&quot;Missing&quot;&lt;/span&gt; and effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;) sortby title
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;does return the expected results, in case a library that runs into this decides to do the search outside the UI.&lt;/p&gt;</comment>
                                                            <comment id="132077" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Fri, 18 Dec 2020 11:02:27 +0000"  >&lt;p&gt;Cool, sounds all good. I&apos;ll see if I can get it groomed at today&apos;s Core Functional meeting.&lt;/p&gt;

&lt;p&gt;CC: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="132084" author="615afd1cd9820f0070a09ef0" created="Fri, 18 Dec 2020 16:23:44 +0000"  >&lt;p&gt;This looks to me like a back-end issue. e.g. the query generated for an item query when both &quot;Item status&quot; and &quot;Effective location&quot; filters are present contains an &quot;and&quot; clause like this:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
GET https:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances?limit=100&amp;amp;query=%28item.status.name%3D%3D%22Available%22%20and%20item.effectiveLocationId%3D%3D%22fcd64ce1-6995-48f0-840e-89ffa2288371%22%29%20sortby%20title
&lt;/span&gt;
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;instances&quot;&lt;/span&gt; : [ {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@context&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/context&quot;&lt;/span&gt;,
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;69640328-788e-43fc-9c3c-af39e243f3b7&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;hrid&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;inst000000000001&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;source&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;FOLIO&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;title&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;ABA Journal&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitles&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;editions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;series&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;identifiers&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;913300b2-03ed-469a-8179-c1092c991227&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;0747-0088&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;c858e4f2-2b6b-4385-842b-60732ee14abb&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;84641839&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;contributors&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;subjects&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;classifications&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publication&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;publisher&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;American Bar Association&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;place&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Chicago, Ill.&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;dateOfPublication&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;1915-1983&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;role&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationFrequency&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationRange&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;electronicAccess&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6312d172-f0cf-40f6-b27d-9fa8feaf332f&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceFormatIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;physicalDescriptions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;languages&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;notes&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;discoverySuppress&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statisticalCodeIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statusUpdatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.852+0000&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;metadata&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.852+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.852+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;tags&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;tagList&quot;&lt;/span&gt; : [ ]
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;natureOfContentTermIds&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;0abeee3d-8ad2-4b04-92ff-221b4fce1075&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;links&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;self&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/69640328-788e-43fc-9c3c-af39e243f3b7&quot;&lt;/span&gt;
&lt;/span&gt;    }
  }, {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@context&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/context&quot;&lt;/span&gt;,
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;7fbd5d84-62d1-44c6-9c45-6cb173998bbd&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;hrid&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;inst000000000006&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;source&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;FOLIO&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;title&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Bridget Jones&apos;s Baby: the diaries&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitles&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;editions&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;First American Edition&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;series&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;identifiers&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;5d164f4b-0b15-4e42-ae75-cfcf85318ad9&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;ocn956625961&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;contributors&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorNameTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2b94c631-fca9-4892-a730-03ee529ffe2a&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Fielding, Helen&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorTypeText&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;primary&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;subjects&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;Jones, Bridget&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;Pregnant women&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;England&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;Humorous fiction&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;Diary fiction&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;classifications&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;classificationNumber&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;PR6056.I4588&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;classificationTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;ce176ace-a53e-4b4d-aa89-725ed7b2edac&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publication&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;publisher&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Alfred A. Knopf&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;place&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;New York&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;dateOfPublication&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2016&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;role&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationFrequency&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;A frequency description&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationRange&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;A publication range&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;electronicAccess&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;uri&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//www.folio.org/&quot;&lt;/span&gt;,
&lt;/span&gt;      &lt;span class=&quot;code-quote&quot;&gt;&quot;linkText&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Electronic resource (audio streaming)&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;materialsSpecification&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Novel&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;publicNote&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Access to audio file&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;relationshipId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6312d172-f0cf-40f6-b27d-9fa8feaf332f&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceFormatIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;physicalDescriptions&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;219 pages ; 20 cm.&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;languages&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;eng&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;notes&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceNoteTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6a2533a7-4de2-4e64-8466-074c2fa9308c&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;note&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Bridget Jones finds herself unexpectedly pregnant at the eleventh hour. However, her joyful pregnancy is dominated by one crucial but awkward question --who is the father? Could it be honorable, decent, notable human rights lawyer, Mark Darcy? Or, is it charming, witty, and totally despicable, Daniel Cleaver?&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;staffOnly&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;previouslyHeld&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;staffSuppress&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;discoverySuppress&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statisticalCodeIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statusUpdatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.701+0000&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;metadata&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.701+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.701+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;tags&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;tagList&quot;&lt;/span&gt; : [ ]
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;natureOfContentTermIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;links&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;self&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/7fbd5d84-62d1-44c6-9c45-6cb173998bbd&quot;&lt;/span&gt;
&lt;/span&gt;    }
  }, {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@context&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/context&quot;&lt;/span&gt;,
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;eb5dc7cf-5c81-4172-b2e3-f0cc30dc1c6c&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;hrid&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;in00000000005&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;source&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;FOLIO&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;title&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;New test title&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitles&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;editions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;series&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;identifiers&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;contributors&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;subjects&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;classifications&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publication&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationFrequency&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationRange&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;electronicAccess&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;a2c91e87-6bab-44d6-8adb-1fd02481fc4f&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceFormatIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;physicalDescriptions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;languages&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;notes&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;previouslyHeld&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;staffSuppress&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;discoverySuppress&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statisticalCodeIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statusUpdatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T02:14:17.089+0000&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;metadata&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T02:14:17.089+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;a5a9f6c5-30c1-57d6-b4a8-0fe0d40bb319&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T02:14:17.089+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;a5a9f6c5-30c1-57d6-b4a8-0fe0d40bb319&quot;&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;tags&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;tagList&quot;&lt;/span&gt; : [ ]
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;natureOfContentTermIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;links&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;self&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/eb5dc7cf-5c81-4172-b2e3-f0cc30dc1c6c&quot;&lt;/span&gt;
&lt;/span&gt;    }
  }, {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@context&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/context&quot;&lt;/span&gt;,
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;cf23adf0-61ba-4887-bf82-956c4aae2260&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;hrid&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;inst000000000024&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;source&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;FOLIO&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;title&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Temeraire&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitles&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;editions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;series&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;identifiers&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;8261054f-be78-422d-bd51-4ed9f33c3422&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;1447294130&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;8261054f-be78-422d-bd51-4ed9f33c3422&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;9781447294130&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;contributors&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorNameTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2b94c631-fca9-4892-a730-03ee529ffe2a&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Novik, Naomi&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorTypeText&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;primary&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;subjects&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;classifications&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publication&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationFrequency&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationRange&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;electronicAccess&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6312d172-f0cf-40f6-b27d-9fa8feaf332f&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceFormatIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;physicalDescriptions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;languages&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;notes&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;discoverySuppress&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statisticalCodeIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statusUpdatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:50.025+0000&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;metadata&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:50.025+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:50.025+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;tags&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;tagList&quot;&lt;/span&gt; : [ ]
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;natureOfContentTermIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;links&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;self&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/cf23adf0-61ba-4887-bf82-956c4aae2260&quot;&lt;/span&gt;
&lt;/span&gt;    }
  }, {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@context&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/context&quot;&lt;/span&gt;,
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;30fcc8e7-a019-43f4-b642-2edc389f4501&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;hrid&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;inst000000000003&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;source&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;FOLIO&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;title&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;The American Journal of Medicine&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitles&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitleTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitle&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;The American journal of medicine (online)&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitleTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitle&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Am. J. med&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitleTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitle&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Green journal&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;editions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;series&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;identifiers&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;593b78cb-32f3-44d1-ba8c-63fd5e6989e6&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;AJMEAZ&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;913300b2-03ed-469a-8179-c1092c991227&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;0002-9343&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;c858e4f2-2b6b-4385-842b-60732ee14abb&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;med49002270&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;contributors&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;subjects&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;Clinical medicine-Periodicals&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;Medicine&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;Geneeskunde&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;classifications&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;classificationNumber&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;RC60 .A5&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;classificationTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;ce176ace-a53e-4b4d-aa89-725ed7b2edac&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;classificationNumber&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;W1 AM493&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;classificationTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;a7f4d03f-b0d8-496c-aebf-4e9cdb678200&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publication&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;publisher&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Dun-Donnelley Pub. Co. &quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;place&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;New York&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;dateOfPublication&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;1946-&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;role&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationFrequency&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationRange&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;electronicAccess&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6312d172-f0cf-40f6-b27d-9fa8feaf332f&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceFormatIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;physicalDescriptions&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;v., ill. 27 cm.&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;languages&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;eng&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;notes&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceNoteTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6a2533a7-4de2-4e64-8466-074c2fa9308c&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;note&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Print subscription cancelled by Dec. 2016.&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;staffOnly&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceNoteTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6a2533a7-4de2-4e64-8466-074c2fa9308c&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;note&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;May 1988-: A Yorke medical. Also known as the Green journal&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;staffOnly&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceNoteTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6a2533a7-4de2-4e64-8466-074c2fa9308c&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;note&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Publisher: Excerpta Medica, 2008-; New York, NY : Elsevier Inc. 2013-&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;staffOnly&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceNoteTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6a2533a7-4de2-4e64-8466-074c2fa9308c&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;note&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Supplements issued irregularly, 1982.&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;staffOnly&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceNoteTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6a2533a7-4de2-4e64-8466-074c2fa9308c&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;note&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Official journal of the Association of Professors of Medicine 2005-&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;staffOnly&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceNoteTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6a2533a7-4de2-4e64-8466-074c2fa9308c&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;note&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Indexed quinquennially in: American journal of medicine 5 year cumulative index&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;staffOnly&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;discoverySuppress&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statisticalCodeIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statusUpdatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.645+0000&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;metadata&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.645+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.645+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;tags&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;tagList&quot;&lt;/span&gt; : [ ]
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;natureOfContentTermIds&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;0abeee3d-8ad2-4b04-92ff-221b4fce1075&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;links&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;self&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/30fcc8e7-a019-43f4-b642-2edc389f4501&quot;&lt;/span&gt;
&lt;/span&gt;    }
  }, {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@context&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/context&quot;&lt;/span&gt;,
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;f31a36de-fcf8-44f9-87ef-a55d06ad21ae&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;hrid&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;inst000000000012&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;source&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;FOLIO&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;title&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;The Girl on the Train&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitles&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitleTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitle&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;First alternative title&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitleTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;alternativeTitle&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Second alternative title&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;editions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;series&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;identifiers&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;identifierTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;7f907515-a1bf-4513-8a38-92e1a07c539d&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;B01LO7PJOE&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;contributors&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorNameTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2e48e713-17f3-4c13-a9f8-23845bb210aa&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Creator A&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorTypeText&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;primary&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorNameTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;e8b311a6-3b21-43f2-a269-dd9310cb2d0a&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Creator B&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorTypeText&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;primary&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;subjects&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;classifications&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publication&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationFrequency&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publicationRange&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;electronicAccess&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;6312d172-f0cf-40f6-b27d-9fa8feaf332f&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceFormatIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;physicalDescriptions&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;languages&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;notes&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;discoverySuppress&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statisticalCodeIds&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;statusUpdatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.683+0000&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;metadata&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.683+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-12-18T01:43:49.683+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;tags&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;tagList&quot;&lt;/span&gt; : [ ]
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;natureOfContentTermIds&quot;&lt;/span&gt; : [ &lt;span class=&quot;code-quote&quot;&gt;&quot;44cd89f3-2e76-469f-a955-cc57cb9e0395&quot;&lt;/span&gt; ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;links&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;self&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-okapi.dev.folio.org/inventory/instances/f31a36de-fcf8-44f9-87ef-a55d06ad21ae&quot;&lt;/span&gt;
&lt;/span&gt;    }
  } ],
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalRecords&quot;&lt;/span&gt; : 6
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="132090" author="712020:63713c36-3c65-4968-b5f4-586840c71ffd" created="Mon, 4 Jan 2021 15:18:48 +0000"  >&lt;p&gt;Support SIG  - this issue would appear to effect all production libraries.  Should it be higher priority?&lt;/p&gt;</comment>
                                                            <comment id="132092" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 4 Jan 2021 16:03:08 +0000"  >&lt;p&gt;Yes, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A63713c36-3c65-4968-b5f4-586840c71ffd&quot; class=&quot;user-hover&quot; rel=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; data-account-id=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; accountid=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; rel=&quot;noreferrer&quot;&gt;Kelly Drake&lt;/a&gt; - the ranking was based on Chalmers comment re. their work around, but do agree, and will bump it up. &lt;/p&gt;

&lt;p&gt;CC: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&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; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="132094" author="63e2a2771b13d42998e4e706" created="Tue, 5 Jan 2021 15:01:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&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;

&lt;p&gt;This has been placed in Sprint 105 for the Core Functional team. Does that mean that the team should be actively picking up this issue?&lt;/p&gt;

&lt;p&gt;If so, is it more important than the upgrading of modules to RAML Module Builder 32 for 2021 R1?&lt;/p&gt;</comment>
                                                            <comment id="132098" author="63e2a2771b13d42998e4e706" created="Tue, 5 Jan 2021 15:06:58 +0000"  >&lt;p&gt;I agree with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt;&apos;s statement above that this is likely a back end issue.&lt;/p&gt;

&lt;p&gt;It was estimated on the 18th December (at a session I wasn&apos;t present for) yet the issue was not moved to a back end project. Can anyone provide me context as to whether the estimate was based upon it being front end or back end work?&lt;/p&gt;</comment>
                                                            <comment id="132100" author="63e2a2771b13d42998e4e706" created="Tue, 5 Jan 2021 15:10:16 +0000"  >&lt;p&gt;If I were to speculate (and we would want to investigate and confirm this), my thought would be that this CQL translates to &lt;tt&gt;find any instance where there is an item that is missing and an item whose effective location is the chosen location&lt;/tt&gt;, however these might not be the same item.&lt;/p&gt;

&lt;p&gt;If this turns out to be the case, this would be a side effect of how multi-record CQL is translated to SQL and would likely need Core Platform involvement to resolve.&lt;/p&gt;</comment>
                                                            <comment id="132102" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 5 Jan 2021 15:30:37 +0000"  >&lt;p&gt;I think you are right &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; (the comment above) - should we ask if &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; could help out here?&lt;/p&gt;</comment>
                                                            <comment id="132103" author="557058:a957226f-df85-4fc8-97f4-8b27a26029ed" created="Tue, 5 Jan 2021 20:34:57 +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;:  Chalmers has a workaround, so I would not describe this as a higher priority than upgrading modules for RAML.&lt;/p&gt;</comment>
                                                            <comment id="132106" author="63e2a2771b13d42998e4e706" created="Fri, 8 Jan 2021 14:04:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Chalmers has a workaround, so I would not describe this as a higher priority than upgrading modules for RAML.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Should it be in the current sprint for developers to pick up?&lt;/p&gt;</comment>
                                                            <comment id="132107" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Fri, 8 Jan 2021 14:44:20 +0000"  >&lt;p&gt;Yes, good point &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;. This is very important to get fixed, while it affects all libraries in production, and of course also all libraries testing their sandbox environments, preparing to go live some time this year. &lt;/p&gt;</comment>
                                                            <comment id="132109" author="63e2a2771b13d42998e4e706" created="Fri, 8 Jan 2021 14:54:34 +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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This is very important to get fixed, while it affects all libraries in production, and of course also all libraries testing their sandbox environments, preparing to go live some time this year.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Does that mean it should be in the current sprint and take priority over other back end work for 2021 R1?&lt;/p&gt;</comment>
                                                            <comment id="132111" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 11 Jan 2021 11:15:35 +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; - it means that if at all possible we should fit it into the current sprint, or the following sprint. And we definitely should solve it for 2021 R1.&lt;br/&gt;
The libraries in production are all affected by this, and the large libraries as uChicago, Cornell and others will also be very much affected by this, if we do not get it solved.&lt;/p&gt;</comment>
                                                            <comment id="132175" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 11:25:13 +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; Thank you for providing more context for the prioritisation of this.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;it means that if at all possible we should fit it into the current sprint, or the following sprint. And we definitely should solve it for 2021 R1.&lt;/p&gt;

&lt;p&gt;The libraries in production are all affected by this, and the large libraries as uChicago, Cornell and others will also be very much affected by this, if we do not get it solved.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What do you want to do? Should we leave this in the current sprint? &lt;/p&gt;

&lt;p&gt;If the cause of this turns out to be the SQL generated from the CQL query, there might be a significant lead time to resolve this (assuming we can).&lt;/p&gt;

&lt;p&gt;If the resolution requires changes to RAML Module Builder it is unlikely that these will be completed in time for the freeze on the 15th January.&lt;/p&gt;
</comment>
                                                            <comment id="132176" author="5ee89462f7aa140abd82d11d" created="Mon, 11 Jan 2021 11:55:11 +0000"  >&lt;p&gt;Marc is correct that this CQL query&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
{{okapi-url}}/inventory/instances?limit=100&amp;amp;query=(item.status.name==&lt;span class=&quot;code-quote&quot;&gt;&quot;Missing&quot;&lt;/span&gt; and item.effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;) sortby title
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;is translated into this this database query:&lt;br/&gt;
Find an instance where&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;that instance has at least one item that is missing and&lt;/li&gt;
	&lt;li&gt;that instance has at least one item that has the effective location.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;If &quot;item.*&quot; is used several times it can refer to different items of the instance.&lt;br/&gt;
This is by design and intended because it is a query against the &lt;tt&gt;/inventory/instances&lt;/tt&gt; API.&lt;/p&gt;

&lt;p&gt;If multiple filters should apply to the same item use the &lt;tt&gt;/inventory/items&lt;/tt&gt; API.&lt;/p&gt;

&lt;p&gt;Lisa already provided the solution:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
{{okapi-url}}/inventory/items?limit=100&amp;amp;query=(status.name==&lt;span class=&quot;code-quote&quot;&gt;&quot;Missing&quot;&lt;/span&gt; and effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;) sortby title
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="132177" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 12:04:33 +0000"  >&lt;p&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;blockquote&gt;&lt;p&gt;Marc is correct&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Thanks, I was just setting out to investigate and replicate this.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;If multiple filters should apply to the same item use the /inventory/items API&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;As convenient a solution as that would be, I don&apos;t think that would meet the expected behaviour.&lt;/p&gt;

&lt;p&gt;As I understand it, all searches in the inventory UI are intended to find instances not items, which I think would mean this approach isn&apos;t appropriate as that API responds with items.&lt;/p&gt;

&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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; Is this the case? Is it a sensible understanding that the behaviour we are trying to achieve is to &lt;tt&gt;find all instances which are associated to an item with a given status and effective location&lt;/tt&gt;?&lt;/p&gt;</comment>
                                                            <comment id="132178" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 11 Jan 2021 12:12:46 +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; - yes, that&apos;s correct: &lt;/p&gt;
&lt;blockquote&gt;&lt;/blockquote&gt;
&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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; Is this the case? Is it a sensible understanding that the behaviour we are trying to achieve is to &lt;tt&gt;find all instances which are associated to an item with a given status &lt;b&gt;and&lt;/b&gt; effective location&lt;/tt&gt;?&lt;/p&gt;

&lt;p&gt;We have labelled this ticket as a SPIKE, while this work might reveal that this is a general issue when we are performing a search as a combinations of filters. &lt;/p&gt;</comment>
                                                            <comment id="132179" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 11 Jan 2021 12:13: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; - should I assign the ticket to you?&lt;/p&gt;</comment>
                                                            <comment id="132180" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 12:23:43 +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;We have labelled this ticket as a SPIKE, while this work might reveal that this is a general issue when we are performing a search as a combinations of filters.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I believe &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; has confirmed that is the case in his comment above.&lt;/p&gt;

&lt;p&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; Would it be reasonable to generalise what you said above that any combination of search clauses e.g. filters that refer to any record type other than instances e.g. items, holdings records will result in the behaviour where each is considered a separate match on these related records?&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;should I assign the ticket to you?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I don&apos;t think so, I just unassigned myself from it after &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; confirmed my hypothesis.&lt;/p&gt;

&lt;p&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; has outlined that this is intended behaviour in the tooling (RAML Module Builder) that mod-inventory-storage uses. Without changes to that tooling, I don&apos;t think it is likely we would be able to meet the expected behaviour.&lt;/p&gt;

&lt;p&gt;What are you expecting the next steps to be for this work?&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;/p&gt;</comment>
                                                            <comment id="132181" author="5afc1ced2083b15a0bd3e494" created="Mon, 11 Jan 2021 12:39:56 +0000"  >&lt;blockquote&gt;&lt;p&gt;As I understand it, all searches in the inventory UI are intended to find instances not items, which I think would mean this approach isn&apos;t appropriate as that API responds with items.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;While that is indeed how inventory works, I think it&apos;s worth noting that this &quot;intention&quot; might not be shared by the user. As I pointed out, Chalmers expected to be able to use the combination item segment + effective location filter + status to identify items that belong to a certain location and have a certain status &#8211; to a librarian that is a search intended to find items, although Inventory (here, with some difficulty) translates it into a search for instances.&lt;/p&gt;

&lt;p&gt;The need to search for specific items in Inventory was also highlighted (so to speak) in &lt;a href=&quot;https://folio-org.atlassian.net/browse/UIIN-906&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/UIIN-906&lt;/a&gt;.&lt;/p&gt;</comment>
                                                            <comment id="132182" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 12:46:39 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;While that is indeed how inventory works, I think it&apos;s worth noting that this &quot;intention&quot; might not be shared by the user. As I pointed out, Chalmers expected to be able to use the combination item segment + effective location filter + status to identify items that belong to a certain location and have a certain status &#8211; to a librarian that is a search intended to find items, although Inventory (here, with some difficulty) translates it into a search for instances.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Agreed, that may well be the case. My understanding comes from &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 comment above and what we have been asked to build (it saddens me when that doesn&apos;t match what folks actually need). Alas, I get to have very little direct contact with potential or actual users of the system :-/&lt;/p&gt;

&lt;p&gt;Given &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; answer above and your suggestion that behaviour might not be what is wanted, I think this becomes more of a user needs and experience conversation. Does that make sense? And fit with your understanding?&lt;/p&gt;</comment>
                                                            <comment id="132183" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 11 Jan 2021 12:51:42 +0000"  >&lt;p&gt;hmm &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; - I&apos;m sure you are aware that the current solution, displaying instance in the result list is the thin thread implementation using the MCL component. Eventually (&lt;em&gt;multiple fingers crossed&lt;/em&gt; &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; we will end up with having search results displaying in a hierarchical display, as envisioned by the UX developers.&lt;/p&gt;

&lt;p&gt;Having the search term being highlighted not just for barcodes, but as a general solution, is definitely a vision we share. But that work was paused due to Elastic Search. When we did 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;UIIN-906&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UIIN-906&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;When searching by barcode then highlight search criteria&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;
            UIIN-906
        &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;
 the scope was decided to be kept narrow, to only solve barcode highlight - please see my comment more than a year ago:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Charlotte Whitt added a comment - 12/Dec/19 4:36 PM&lt;/b&gt;&lt;br/&gt;
Hi Cate Boerema - the highlight functionality was exactly what I was talking about, and explaining, when I yesterday demoed the hierarchical search.&lt;br/&gt;
The thing is, that this highlight functionality should correspond any searches, not just search on an item barcode - and properly this highlight mechanism is not just relevant in Inventory, but FOLIO wide.&lt;br/&gt;
Then this definitely is becoming a feature, and maybe several features. I&apos;d like to get some thoughts from Khalilah Gambrell and John Coburn to hear if this is something they own, or want to define, and then write up stories, which each of the apps are to implement.&lt;/p&gt;

&lt;p&gt;We could use search on barcode as a SPIKE for this functionality.&lt;/p&gt;

&lt;p&gt;CC: Siska Humlesj&#246; &lt;/p&gt;

</comment>
                                                            <comment id="132184" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 11 Jan 2021 12:55:45 +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; - please see my comment to Lisa above.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; comments are only to be understood as &apos;statements&apos; re. where we eventually want to go - and this work is both agreed upon by the MM-SIG and definitely expected to happen &lt;em&gt;long term&lt;/em&gt;. &lt;br/&gt;
But for now we have a more obvious bug, which we need to solve.&lt;/p&gt;</comment>
                                                            <comment id="132185" author="5afc1ced2083b15a0bd3e494" created="Mon, 11 Jan 2021 13:03:31 +0000"  >&lt;p&gt;So, this is what I originally wrote in the description and what I understand the overarching, bordering on philosophical, issue to be:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;It looks to me like the issue/source for confusion here is that, although the user has selected the Item segment, implying to the user that they&apos;ll be searching for items matching selected criteria, what is &lt;em&gt;actually&lt;/em&gt; being searched is instances.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;So I absolutely think this belongs in a greater discussion about what you should expect to be able to do in Inventory.&lt;/p&gt;

&lt;p&gt;The Customer priority for Chalmers on this is Low, so they do not expect it to be fixed soon.&lt;/p&gt;</comment>
                                                            <comment id="132186" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 11 Jan 2021 13:06:25 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; - maybe it&apos;s low for Chalmers due to you have a work around, and are can search in the Union Catalogue.&lt;br/&gt;
But this is an issue for all libraries in production, and soon to be in production. &lt;/p&gt;

&lt;p&gt;We have a Support SIG meeting later today - and I&apos;ll loop in &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A63713c36-3c65-4968-b5f4-586840c71ffd&quot; class=&quot;user-hover&quot; rel=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; data-account-id=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; accountid=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; rel=&quot;noreferrer&quot;&gt;Kelly Drake&lt;/a&gt; on this.&lt;/p&gt;</comment>
                                                            <comment id="132187" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 11 Jan 2021 13:08:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; - I&apos;d be happy anytime to give you a walk through of the planned work for Inventory, Inventory Search, and Inventory UI &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;br/&gt;
Let&apos;s do that one-on-one - and not in this specific ticket.&lt;/p&gt;</comment>
                                                            <comment id="132188" author="5afc1ced2083b15a0bd3e494" created="Mon, 11 Jan 2021 13:19:43 +0000"  >&lt;p&gt;I&apos;m wondering if there needs to be several Customer priority fields, to reflect the fact that different customers have different priorities (which may also be different from development priority). Is this something you have discussed in the Support SIG, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A63713c36-3c65-4968-b5f4-586840c71ffd&quot; class=&quot;user-hover&quot; rel=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; data-account-id=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; accountid=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; rel=&quot;noreferrer&quot;&gt;Kelly Drake&lt;/a&gt;?&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;hmm Lisa Sj&#246;gren - I&apos;m sure you are aware that the current solution, displaying instance in the result list is the thin thread implementation using the MCL component. Eventually (multiple fingers crossed  we will end up with having search results displaying in a hierarchical display, as envisioned by the UX developers.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Yes, and I believe that could open up a world of exciting uses for Inventory search &amp;#8211; at which point this issue would become much more tangible.&lt;/p&gt;</comment>
                                                            <comment id="132189" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 14:43:17 +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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;But for now we have a more obvious bug, which we need to solve.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It seems to me that we are talking about two different things&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Within the current behaviour, folks want to be able to find instances associated with an item that matches all of the criteria, not only one of them&lt;/li&gt;
	&lt;li&gt;There is a future need to be able to search for items rather than instances&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Is this a reasonable statement?&lt;/p&gt;

&lt;p&gt;Is this issue specifically about the former?&lt;/p&gt;</comment>
                                                            <comment id="132190" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 11 Jan 2021 14:48:24 +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; - yes this issue is solemnly about:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Within the current behaviour, folks want to be able to find instances associated with an item that matches all of the criteria, not only one of them&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/thumbs_up.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;The future need, and when work on these features are to be expected, we can not say anything more concrete about until we get an updated road map for 2021 and 2022.&lt;/p&gt;</comment>
                                                            <comment id="132191" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 15:02:17 +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; Thanks for confirming my understanding.&lt;/p&gt;

&lt;p&gt;Based upon &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; comments above, we need the involvement of the Core Platform, as (if my understanding is right) resolving this with the current tooling means changing shared behaviour that has been stated to work as expected.&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; please can you advise how we move this work forward.&lt;/p&gt;

&lt;p&gt;Are folks thinking we need to either change the shared behaviour or introduce a new mechanism?&lt;/p&gt;

&lt;p&gt;I think there could be some challenges in this, as the search &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
instances?query=(item.status.name==&lt;span class=&quot;code-quote&quot;&gt;&quot;Missing&quot;&lt;/span&gt; and item.effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; 

&lt;p&gt;is sufficiently ambiguous that it could legitimately mean either:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;find instances with an associated item that is missing and has the specified effective location&lt;/li&gt;
	&lt;li&gt;find instances with an associated item that is missing and an item that has the specified effective location&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I&apos;m not sure how we would disambiguate this. &lt;/p&gt;

&lt;p&gt;Are proposing changing the interpretation of CQL involving multiple record types to have to understand that all of the criteria for a specific record type are intended to be used together.&lt;/p&gt;</comment>
                                                            <comment id="132192" author="5ee89462f7aa140abd82d11d" created="Mon, 11 Jan 2021 15:18:40 +0000"  >&lt;p&gt;The same ambiguity can happen when querying both holding and item:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;instances?query=(item.status.name==&quot;Missing&quot; and holdingsRecords.permanentLocationId=&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;)&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;In current CQL implementation this means:&lt;br/&gt;
Find an instance that&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;has at least one missing item and&lt;/li&gt;
	&lt;li&gt;has at least one holding with the specified permanent location (this might be a different holding that the holding of the missing item).&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="132193" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 15:24:42 +0000"  >&lt;p&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;blockquote&gt;&lt;p&gt;The same ambiguity can happen when querying both holding and item&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Agreed. And it gets even more ambiguous, in that the item might not be part of that specific holdings record.&lt;/p&gt;
</comment>
                                                            <comment id="132194" author="5ee89462f7aa140abd82d11d" created="Mon, 11 Jan 2021 15:49:05 +0000"  >&lt;p&gt;No back-end change is needed if the front-end runs this query&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
{{okapi-url}}/inventory/items?limit=100&amp;amp;query=(status.name==&lt;span class=&quot;code-quote&quot;&gt;&quot;Missing&quot;&lt;/span&gt; and effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;) sortby title
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and displays the result.&lt;br/&gt;
This has the additional benefit that an instance is showed two times if it has two missing items at that location.&lt;/p&gt;</comment>
                                                            <comment id="132195" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 15:53:27 +0000"  >&lt;p&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;blockquote&gt;&lt;p&gt;No back-end change is needed if the front-end runs this query and displays the result.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Agreed. However I believe &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; has confirmed that this is an unsuitable resolution for this issue as the search still has to be for instances (for the moment).&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This has the additional benefit that an instance is showed two times if it has two missing items at that location.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;How would that query present instances, it is a query for items?&lt;/p&gt;</comment>
                                                            <comment id="132196" author="5ee89462f7aa140abd82d11d" created="Mon, 11 Jan 2021 16:00:29 +0000"  >&lt;p&gt;The GET &lt;tt&gt;/inventory/items&lt;/tt&gt; API fetches the instance title and merges it into the item record as a read-only field: &lt;a href=&quot;https://s3.amazonaws.com/foliodocs/api/mod-inventory/inventory.html#inventory_items_get&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://s3.amazonaws.com/foliodocs/api/mod-inventory/inventory.html#inventory_items_get&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="132197" author="63e2a2771b13d42998e4e706" created="Mon, 11 Jan 2021 16:08:35 +0000"  >&lt;p&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;blockquote&gt;&lt;p&gt;The GET /inventory/items API fetches the instance title and merges it into the item record as a read-only field&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It does. I don&apos;t think that means this API can be used to present the same search results as the instance API. Is that what you are suggesting?&lt;/p&gt;

&lt;p&gt;Also, I thought that only properties on the primary record type could be used for sorting. Have I remembered that correctly?&lt;/p&gt;</comment>
                                                            <comment id="132198" author="5ee89462f7aa140abd82d11d" created="Mon, 11 Jan 2021 16:53:18 +0000"  >&lt;p&gt;This is correct for RMB CQL in RMB based storage modules.&lt;br/&gt;
Business logic modules like mod-inventory may add sort functionality that is not available in RMB CQL but mod-inventory doesn&apos;t.&lt;br/&gt;
&quot;sortBy title&quot; should be removed from the query:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
{{okapi-url}}/inventory/items?limit=100&amp;amp;query=(status.name==&lt;span class=&quot;code-quote&quot;&gt;&quot;Missing&quot;&lt;/span&gt; and effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This avoids sorting on the &quot;title&quot; field that doesn&apos;t exists at the time when running the CQL query against the mod-inventory-storage item API.&lt;/p&gt;</comment>
                                                            <comment id="132199" author="5ee89462f7aa140abd82d11d" created="Mon, 11 Jan 2021 17:04:02 +0000"  >&lt;blockquote&gt;&lt;p&gt;present the same search results as the instance API&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The item record contains the holdingsId. The UI can fetch the holding record that contains the instanceId. The UI can fetch the instance record. This should be sufficient.&lt;br/&gt;
If latency is a concern mod-inventory can easily be changed to also take the instance id from the instance record and merge an &quot;instanceId&quot; field into the item record.&lt;/p&gt;</comment>
                                                            <comment id="132200" author="615afd1cd9820f0070a09ef0" created="Tue, 12 Jan 2021 13:54:42 +0000"  >&lt;p&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;, yes, I think latency is a concern here, though I&apos;m not certain how moving the instance-id up into the item record would address that. That would allow us to generate an un-ordered list of IDs, but then we&apos;d have to write a second query with those IDs to actually get at the data we wanted. This is problematic for multiple reasons:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;queries containing &amp;gt; ~40 IDs (I forget the exact number) exhaust the length of the query-string&lt;/li&gt;
	&lt;li&gt;given the initial (potentially batched) list is unsorted, it becomes impossible to correctly sort the follow up queries except by retrieving all batches and sorting them client side.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;In other words, we could change mod-inventory as you suggest, but it would (a) require substantial UI work in order to actually function and (b) doing so would go against established UI patterns of loading records in batches and providing a &quot;Load more&quot; button for additional batches which would (c) compound they latency problem.&lt;/p&gt;

&lt;p&gt;What I am hearing is basically this: while the end-user expectation is that multiple filters of are joined with &quot;AND&quot; (this is how instance-level filtering works), this is not possible for holdings-level and item-level filters applied to the &lt;tt&gt;inventory/instances&lt;/tt&gt; endpoint (effectively, multiple filters are joined with &quot;OR&quot;).&lt;/p&gt;</comment>
                                                            <comment id="132201" author="5ee89462f7aa140abd82d11d" created="Tue, 12 Jan 2021 15:36:48 +0000"  >&lt;p&gt;Yes, it gets that difficult if the items should be sorted by instance title.&lt;br/&gt;
If this requirement is removed it gets simple.&lt;br/&gt;
We may sort by item id to ensure a consistent order allowing paging (&quot;Load more&quot;).&lt;/p&gt;</comment>
                                                            <comment id="132202" author="63e2a2771b13d42998e4e706" created="Tue, 12 Jan 2021 15:49:01 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;What I am hearing is basically this: while the end-user expectation is that multiple filters of are joined with &quot;AND&quot; (this is how instance-level filtering works), this is not possible for holdings-level and item-level filters applied to the inventory/instances endpoint (effectively, multiple filters are joined with &quot;OR&quot;).&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;That is basically my understanding.&lt;/p&gt;

&lt;p&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; stated that this behaviour is the intended behaviour provided by the shared tooling (RAML Module Builder), which means that we would need to change that across the board to change it.&lt;/p&gt;</comment>
                                                            <comment id="132203" author="63e2a2771b13d42998e4e706" created="Tue, 12 Jan 2021 15:51:48 +0000"  >&lt;p&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;blockquote&gt;
&lt;p&gt;Yes, it gets that difficult if the items should be sorted by instance title.&lt;br/&gt;
If this requirement is removed it gets simple.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Do you mean instance rather than items, as the search presents instances not items?&lt;/p&gt;

&lt;p&gt;I understand you are trying to come up with solutions that don&apos;t involve changing that shared underlying tooling and appreciate the endeavour. My concern is that the solutions presented have compromises that when discussed previously with product owners, have been unacceptable e.g. disabling sorting search results by the properties of the instance presented.&lt;/p&gt;</comment>
                                                            <comment id="132204" author="5ee89462f7aa140abd82d11d" created="Tue, 12 Jan 2021 16:57:36 +0000"  >&lt;blockquote&gt;&lt;p&gt;Do you mean instance rather than items, as the search presents instances not items?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I mean that the search run against the item endpoint as proposed by Lisa is a solution that can be implemented without any back-end development. However, it requires that title sort is disabled. If the result list should show the instance title there will be some latency.&lt;/p&gt;

&lt;p&gt;Running the query against the item endpoint is the natural way when all sub-expressions should match the same item.&lt;/p&gt;

&lt;p&gt;This solution requires some changes in the UI but has low development effort, it can be released earlier than other solutions.&lt;/p&gt;

&lt;p&gt;It&apos;s up to the implementing organizations and the PO to weight the pros and cons.&lt;/p&gt;</comment>
                                                            <comment id="132205" author="63e2a2771b13d42998e4e706" created="Tue, 12 Jan 2021 17:38:19 +0000"  >&lt;p&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;blockquote&gt;&lt;p&gt;I mean that the search run against the item endpoint as proposed by Lisa is a solution that can be implemented without any back-end development. &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Apologies for my misunderstanding.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;However, it requires that title sort is disabled. If the result list should show the instance title there will be some latency.&lt;/p&gt;&lt;/blockquote&gt;

&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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; is it acceptable that sorting be disabled for some search results in the inventory UI?&lt;/p&gt;

&lt;p&gt;Based upon previous conversations, my understanding is that this limitation is not acceptable.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This solution requires some changes in the UI but has low development effort, it can be released earlier than other solutions.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I believe &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; has already raised concerns about the front end work involved in this approach&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Running the query against the item endpoint is the natural way when all sub-expressions should match the same item.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;How would this work if the search also included properties from the instance or the holdings record? As I understand it, we would encounter the same challenge in reverse.&lt;/p&gt;</comment>
                                                            <comment id="132206" author="5ee89462f7aa140abd82d11d" created="Tue, 12 Jan 2021 18:02:28 +0000"  >&lt;p&gt;Querying against the item endpoint does NOT match different items at the same time. It matches one item only. Adding subqueries with holdingsRecords.* and instance.* to the query matches the holding and instance the item belongs to but does NOT allow to match other items.&lt;/p&gt;

&lt;p&gt;This is the reason why Lisa and I point to this approach.&lt;/p&gt;</comment>
                                                            <comment id="132207" author="615afd1cd9820f0070a09ef0" created="Tue, 12 Jan 2021 21:50:08 +0000"  >&lt;p&gt;I have strong reservations about what I&apos;m about to suggest, but in the interest of moving this conversation forward rather than debating whether it&apos;s necessary to be able to sort the results of a search in a library&apos;s catalog:&lt;/p&gt;

&lt;p&gt;If we point the holdings and items queries at the holdings and items endpoints, respectively, in order to have multiple filters combine in a way that meets user expectations, we could process that output through a secondary query to the instances endpoint, as is done to handle &lt;a href=&quot;https://github.com/folio-org/ui-agreements/blame/4f43c286e5b8ea9227a780f335e844dd7523c553/src/routes/AgreementEditRoute.js#L80-L96&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;client-side joins in ui-agreements&lt;/a&gt;. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A8c13ab26-e77a-4b3a-aecc-1142bc1f02b2&quot; class=&quot;user-hover&quot; rel=&quot;70121:8c13ab26-e77a-4b3a-aecc-1142bc1f02b2&quot; data-account-id=&quot;70121:8c13ab26-e77a-4b3a-aecc-1142bc1f02b2&quot; accountid=&quot;70121:8c13ab26-e77a-4b3a-aecc-1142bc1f02b2&quot; rel=&quot;noreferrer&quot;&gt;md331&lt;/a&gt; noted in &lt;a href=&quot;https://github.com/folio-org/ui-agreements/pull/233&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;the PR where he implemented this pattern&lt;/a&gt; that it&apos;s cleaner than fetching directly via GET mutators in lifecycle methods. The downside, as I noted above, is that this doesn&apos;t accommodate &quot;large&quot; result sets (&amp;gt; ~40 records). Maaaaybe we could figure out how to show a &quot;narrow your filter; too many results&quot; warning if the initial query returns too many rows. &lt;/p&gt;

&lt;p&gt;Or maybe we suck it up and use those lifecycle methods, along with a query that hangs off the results of a holdings/items query, to retrieve all related instance records (up to some threshold, 100? 1000?) in a loop. More gross, but also more powerful, at least from a search results point of view. To be clear, I don&apos;t love this, but we have some patterns for it (even if they&apos;re really anti-patterns sprung from the need to handle client-side joins) so maybe it&apos;s worth a shot. i.e. having already gone through the Gedankenexperiment of how to make this happen, maybe that hard part is mostly done. &lt;/p&gt;</comment>
                                                            <comment id="132208" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 13 Jan 2021 10:57:45 +0000"  >&lt;p&gt;Thank you so much &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; for bringing the conversation forward, and pointing at a solution &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/star_yellow.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;I have only one comment and that is, that a result set as &amp;gt; ~40 records, is probably to expect, so we probably from the very beginning need to go for the more powerful solution from a search result point of view. &lt;/p&gt;

&lt;p&gt;CC: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Abe36acda-040d-4925-b3df-ebd7e16d4b5b&quot; class=&quot;user-hover&quot; rel=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; data-account-id=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; accountid=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; rel=&quot;noreferrer&quot;&gt;lew235&lt;/a&gt; and &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; (if this is to be addressed by Elastic Search)&lt;/p&gt;</comment>
                                                            <comment id="132209" author="63e2a2771b13d42998e4e706" created="Wed, 13 Jan 2021 11:03:39 +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;a result set as &amp;gt; ~40 records, is probably to expect, so we probably from the very beginning need to go for the more powerful solution from a search result point of view.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I want to check my understanding of this statement.&lt;/p&gt;

&lt;p&gt;Are you saying that search results of more than 40 records should be expected? And that would make the solution that &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; proposed an unacceptably limited solution for this?&lt;/p&gt;</comment>
                                                            <comment id="132210" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 13 Jan 2021 11:38:35 +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;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Are you saying that search results of more than 40 records should be expected?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes that&apos;s correct, and it would be an unacceptable limited solution. &lt;/p&gt;</comment>
                                                            <comment id="132211" author="63e2a2771b13d42998e4e706" created="Wed, 13 Jan 2021 11:50:40 +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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;m getting the sense that both &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; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt;&apos;s proposed solutions are too limited to be acceptable.&lt;/p&gt;

&lt;p&gt;My understanding of the expectations for this are are as follows:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Any criteria expressed for an item must match the same item&lt;/li&gt;
	&lt;li&gt;Any criteria expressed for a holdings record must match the same holdings record&lt;/li&gt;
	&lt;li&gt;If both item and holdings criteria is included, then the item must also be part of that holding&lt;/li&gt;
	&lt;li&gt;it must be able to work with large sets of search results (maybe in the 1000s?)&lt;/li&gt;
	&lt;li&gt;it must allow the same sorting that UI inventory does at the moment&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Is this a reasonable summary of the expectations?&lt;/p&gt;</comment>
                                                            <comment id="132212" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 13 Jan 2021 12:03:02 +0000"  >&lt;p&gt;Thanks &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; - yes that&apos;s the expectations.&lt;br/&gt;
I can add that to the description of the ticket.  &lt;/p&gt;</comment>
                                                            <comment id="132213" author="5ee89462f7aa140abd82d11d" created="Wed, 13 Jan 2021 12:23:52 +0000"  >&lt;p&gt;Are there use cases where different items of one instance should be queried?&lt;br/&gt;
For example find an instance that has one item at location A and a different item at location B?&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
item.effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;
AND
item.effectiveLocationId=&lt;span class=&quot;code-quote&quot;&gt;&quot;8188760d-2641-44ca-a1f2-c111810201db&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If this is the case then the current implementation is still useful and this Jira should be changed to be a feature request (and not a bug).&lt;/p&gt;</comment>
                                                            <comment id="132214" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 13 Jan 2021 13:14:42 +0000"  >&lt;p&gt;Hi &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; - this ticket is about: &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Search for item records which are subject for following two requirements: Item status &lt;b&gt;Missing&lt;/b&gt; AND has the Effective location &lt;b&gt;Main Library&lt;/b&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The behavior documented here is clearly a bug, while an unwanted instance (The girl on the train) &amp;gt; holdings &amp;gt; items is returned.&lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43304_thumb&quot; href=&quot;/rest/api/3/attachment/content/43304&quot; title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43304&quot; file-preview-title=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43304?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43304&quot; filename=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43304&quot; data-attachment-name=&quot;Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;f95fb8a4-7bc7-41d8-8687-a3c206687dd8&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="132215" author="5ee89462f7aa140abd82d11d" created="Wed, 13 Jan 2021 14:16:11 +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; You do not answer my question, sorry that I did not explain it clearly enough.&lt;br/&gt;
I understand that there are use cases where the instance search should match the same item. This Jira is about this single-item use case.&lt;br/&gt;
However, can there be a different use case, a multi-item use case, where matching different items of the same instance can be useful?&lt;br/&gt;
If yes then this Jira is requesting a new additional feature and the current multi-item match should be kept as a different search option because the multi-item match is not always a bug (better documentation should be added though) and this Jira should be changed to a feature request.&lt;br/&gt;
If no then this Jira is a valid bug and RMB should remove the multi-item feature.&lt;/p&gt;

&lt;p&gt;Do I understand correctly that there will never be a multi-item use case where searching different items of the same instance is a useful feature like the example I posted above, and that the RMB CQL multi-item feature is completely wrong and should be thrown away?&lt;/p&gt;</comment>
                                                            <comment id="132216" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 13 Jan 2021 14:28:00 +0000"  >&lt;p&gt;Hi &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; - you are right I did not answer your question, and that is because what you describe is a different scenario, and do not really have anything to do with this bug ticket. &lt;/p&gt;

&lt;p&gt;But I can write up another ticket for your question re multi-item use case - no problem.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Real live Use case:&lt;/b&gt;&lt;br/&gt;
Find me all results for Items which have item status missing at Main library, and Annex library. &lt;/p&gt;</comment>
                                                            <comment id="132217" author="63e2a2771b13d42998e4e706" created="Wed, 13 Jan 2021 14:35:59 +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;I can write up another ticket for your question re multi-item use case - no problem.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Does that mean that there are circumstances in the inventory UI where folks want to find instances that have an item that matches only some of the criteria (e.g. only one of two filters specified)?&lt;/p&gt;</comment>
                                                            <comment id="132218" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 13 Jan 2021 14:38:13 +0000"  >&lt;p&gt;This is three different searches, right?&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Find me all results for Items which have item status missing&lt;/li&gt;
	&lt;li&gt;Find me all results for Items which have item status missing at Main library&lt;/li&gt;
	&lt;li&gt;Find me all results for Items which have item status missing at Main library, and Annex library&lt;/li&gt;
&lt;/ol&gt;


&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; and &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; - I expect that&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Find me all results for Items which have item status missing - works well &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/check.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;When we have solved:&lt;br/&gt;
2.  Find me all results for Items which have item status missing at Main library&lt;br/&gt;
Then that hopefully lead to that we do not see any new bug for &lt;br/&gt;
3. Find me all results for Items which have item status missing at Main library, and Annex library (which I of course will double check to be sure, and to catch and write up if that bug do exist)&lt;/p&gt;</comment>
                                                            <comment id="132219" author="615afd1cd9820f0070a09ef0" created="Thu, 14 Jan 2021 04:36:29 +0000"  >&lt;blockquote&gt;&lt;p&gt;Find me all results for Items which have item status missing at Main library, and Annex library&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I think this should be &quot;Find me all results for Items which have item status missing AND (location is Main library or location is Annex library). i.e. that multiple filters are AND-ed together (any matching must match all filters) while multiple values within a filter are OR-ed together (matching a filter means matching any one of its selected values). &lt;/p&gt;

&lt;p&gt;This is the behavior, for example, in ui-users when ticking the boxes for Status - Active, Patron group - Faculty, and Patron group - Staff. Selected users must be active AND must belong to faculty or staff. I understand ui-users is a simpler use case (there is no join from instance to holdings to item) but from the point of view of a choosing the &quot;Item&quot; pill and then choosing some filters, I see why folks would expect the same behavior (filter-values OR-ed, multiple filters AND-ed). &lt;/p&gt;</comment>
                                                            <comment id="132220" author="63e2a2771b13d42998e4e706" created="Mon, 1 Feb 2021 10:36:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&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;

&lt;p&gt;This issue is in the Core Functional team&apos;s current sprint. What are folks expectations about progressing this?&lt;/p&gt;

&lt;p&gt;From what I can tell from the conversations above. The current tooling (RAML Module Builder&apos;s implementation of multi-record type queries) won&apos;t allow us to satisfy this kind of search (except for the potential workaround to use the items API which sacrifices sorting and may have challenges when combined with other record types).&lt;/p&gt;

&lt;p&gt;I think that leaves us with the following choices:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Change the current tooling (likely to be 2021 R2 at the earliest, given the 2021 R1 tool deadline is 5th February 2021 and may not be prioritised given the deprecation of RAML Module Builder)&lt;/li&gt;
	&lt;li&gt;Wait till the elastic search based search is ready (assuming that can address this kind of search, not till at least 2021 R2)&lt;/li&gt;
	&lt;li&gt;Change all of the searches that include items (on any of the tabs) to use the workaround (need to figure out how to communicate changes in behaviour, and will need significant testing for unexpected impact)&lt;/li&gt;
&lt;/ul&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; &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; is that a reasonable summary of the situation?&lt;/p&gt;</comment>
                                                            <comment id="132221" author="5afc1ced2083b15a0bd3e494" created="Mon, 1 Feb 2021 15:35:49 +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;/p&gt;

&lt;p&gt;As I&apos;ve stated above, Chalmers who reported this to EBSCO does not consider this issue urgent (thus their Customer priority: Low), since for their intents and purposes Inventory search, as long as it only returns instances, does not lend itself very well to the type of searches that would be the most affected by this. &lt;/p&gt;

&lt;p&gt;What I expect, considering the nature of the problem, is a solid long term solution which is well anchored in the architecture of Inventory. I cannot really speak to &lt;em&gt;what&lt;/em&gt; that solution should be.&lt;/p&gt;</comment>
                                                            <comment id="132222" author="63e2a2771b13d42998e4e706" created="Mon, 1 Feb 2021 15:45:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;As I&apos;ve stated above, Chalmers who reported this to EBSCO does not consider this issue urgent (thus their Customer priority: Low), since for their intents and purposes Inventory search, as long as it only returns instances, does not lend itself very well to the type of searches that would be the most affected by this.&lt;/p&gt;

&lt;p&gt;What I expect, considering the nature of the problem, is a solid long term solution which is well anchored in the architecture of Inventory. I cannot really speak to what that solution should be.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I apologise for asking a question that you had answered previously &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/sad.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;I had gotten the impression, from the current priority (&lt;tt&gt;P2&lt;/tt&gt;, meaning it needs resolving this release), the current customer priority (&lt;tt&gt;Important&lt;/tt&gt;) and the involved conversation, that there was a need to move this issue forward soon.&lt;/p&gt;

&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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A63713c36-3c65-4968-b5f4-586840c71ffd&quot; class=&quot;user-hover&quot; rel=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; data-account-id=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; accountid=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; rel=&quot;noreferrer&quot;&gt;Kelly Drake&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please could you advise on this? It seems that EBSCO / Chalmers (based upon what &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; just said) consider this a low priority piece of work, yet it has been classified as an urgent and important piece of work.&lt;/p&gt;</comment>
                                                            <comment id="132223" author="5afc1ced2083b15a0bd3e494" created="Mon, 1 Feb 2021 17:04:38 +0000"  >&lt;p&gt;Absolutely no need to apologize &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;! Lots of comments to keep track of here. �� &lt;/p&gt;

&lt;p&gt;The current Customer Priority value was added by &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; to reflect &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODINVSTOR-650?focusedCommentId=132186&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;other libraries&apos; needs&lt;/a&gt;.&lt;/p&gt;</comment>
                                                            <comment id="132224" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 1 Feb 2021 17:15:33 +0000"  >&lt;p&gt;Yes, this ticket has been discussed at the past &lt;b&gt;3-4 Support SIG meetings&lt;/b&gt; ... and the talks have been lengthy. &lt;/p&gt;

&lt;p&gt;At today&apos;s Support SIG meeting we decided that a talk with relevant MM-SIG SMEs, Elastic Search people and the developers who have been involved in the current Search in Inventory should be held, and then we must review our options, and decide for how to move along. &lt;/p&gt;

&lt;p&gt;I&apos;ll try if I can find a suitable meeting time this week. I&apos;ll send out a doodle poll ASAP.&lt;/p&gt;</comment>
                                                            <comment id="132225" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 2 Feb 2021 12:08:46 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; - I had to test using Query Search: &lt;/p&gt;

&lt;p&gt;Following query search gives the expected result (test data in FOLIO Snapshot as of today)&lt;br/&gt;
&lt;b&gt;(item.status = &quot;Missing&quot; AND item.permanentLocationId = &quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;) NOT item.status = &quot;Available&quot;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;URL: &lt;a href=&quot;https://folio-snapshot.dev.folio.org/inventory?filters=effectiveLocation.fcd64ce1-6995-48f0-840e-89ffa2288371&amp;amp;qindex=querySearch&amp;amp;query=%28item.status%20%3D%20%22Missing%22%20AND%20item.permanentLocationId%20%3D%20%22fcd64ce1-6995-48f0-840e-89ffa2288371%22%29%20NOT%20item.status%20%3D%20%22Available%22&amp;amp;segment=items&amp;amp;sort=title&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.dev.folio.org/inventory?filters=effectiveLocation.fcd64ce1-6995-48f0-840e-89ffa2288371&amp;amp;qindex=querySearch&amp;amp;query=%28item.status%20%3D%20%22Missing%22%20AND%20item.permanentLocationId%20%3D%20%22fcd64ce1-6995-48f0-840e-89ffa2288371%22%29%20NOT%20item.status%20%3D%20%22Available%22&amp;amp;segment=items&amp;amp;sort=title&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I do (of corse) understand, that eventually all other item states should also be listed with NOT Order closed, NOT Awaiting delivery, etc. etc. &lt;/p&gt;

&lt;p&gt;If I do the filtering on Item status: Missing, and Effective location: Main library, then I (with my test data) get the not wanted instance title: The girl on the train (as we already have documented above):&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43306_thumb&quot; href=&quot;/rest/api/3/attachment/content/43306&quot; title=&quot;Ska&#776;rmavbild 2021-02-02 kl. 13.04.31.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43306&quot; file-preview-title=&quot;Ska&#776;rmavbild 2021-02-02 kl. 13.04.31.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43306?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43306&quot; filename=&quot;Ska&#776;rmavbild 2021-02-02 kl. 13.04.31.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43306&quot; data-attachment-name=&quot;Ska&#776;rmavbild 2021-02-02 kl. 13.04.31.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;5d87009e-154a-43ae-a289-166e5310532c&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43305_thumb&quot; href=&quot;/rest/api/3/attachment/content/43305&quot; title=&quot;Ska&#776;rmavbild 2021-02-02 kl. 13.02.14.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43305&quot; file-preview-title=&quot;Ska&#776;rmavbild 2021-02-02 kl. 13.02.14.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43305?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43305&quot; filename=&quot;Ska&#776;rmavbild 2021-02-02 kl. 13.02.14.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43305&quot; data-attachment-name=&quot;Ska&#776;rmavbild 2021-02-02 kl. 13.02.14.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;333d8e59-238a-4524-9b0d-09383227927c&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="132226" author="5ee89462f7aa140abd82d11d" created="Tue, 2 Feb 2021 16:46:21 +0000"  >&lt;p&gt;This query doesn&apos;t solve the problem.&lt;br/&gt;
It means:&lt;br/&gt;
Find an instance that&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;has at least one item with the permanentLocationId and&lt;/li&gt;
	&lt;li&gt;has at least one item with status &quot;Missing&quot; and&lt;/li&gt;
	&lt;li&gt;has no item with status &quot;Available&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This is a different query.&lt;/p&gt;

&lt;p&gt;If you change the status of the &quot;The Girl on the Train&quot; barcode=7031 item from &quot;Available&quot; to some other status the query will also return the instance &quot;The Girl on the Train&quot;.&lt;/p&gt;</comment>
                                                            <comment id="132227" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 3 Feb 2021 11:39:29 +0000"  >&lt;p&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; - I did also write: &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;I do (of corse) understand, that eventually all other item states should also be listed with NOT Order closed, NOT Awaiting delivery, etc. etc.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;So I&apos;m fully aware that the query can be more complicated &amp;#8211; but my approach do solve the issue here.&lt;/p&gt;

&lt;p&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; I&apos;m no super expert on CQL, so there might be away to express: that only item status Missing is wanted here. That would make the CQL much prettier.&lt;/p&gt;</comment>
                                                            <comment id="132228" author="557058:a957226f-df85-4fc8-97f4-8b27a26029ed" created="Wed, 3 Feb 2021 17:15:21 +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;:  If this issue doesn&apos;t need to be fixed for R1 2021, or isn&apos;t ready to be fixed in R1 2021, we need to change the status from P2 to P3.  P2 is reserved for bugs that must be fixed in the next release.  Thanks...&lt;/p&gt;</comment>
                                                            <comment id="132229" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 3 Feb 2021 18:18:15 +0000"  >&lt;p&gt;Okay, I can lower it to P3.&lt;/p&gt;</comment>
                                                            <comment id="132230" author="5ee89462f7aa140abd82d11d" created="Tue, 10 Aug 2021 07:14:03 +0000"  >&lt;p&gt;If I search on an item attribute and an instance has both a matching item and a non-matching item should both been shown or only the matching item?&lt;br/&gt;
The back-end (RMB, mod-inventory-storage) supports both.&lt;br/&gt;
The front-end only supports the instance based view that always shows &lt;em&gt;all&lt;/em&gt; items of an instance, even items that doesn&apos;t match the item search criterium.&lt;br/&gt;
Please consider adding an item based front-end view where only matching items are shown.&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43307_thumb&quot; href=&quot;/rest/api/3/attachment/content/43307&quot; title=&quot;instance-item-based-view.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43307&quot; file-preview-title=&quot;instance-item-based-view.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43307?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43307&quot; filename=&quot;instance-item-based-view.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43307&quot; data-attachment-name=&quot;instance-item-based-view.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;9986364a-fdde-46ef-af3a-a0482c051e5c&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="132231" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 11 Aug 2021 17:54:37 +0000"  >&lt;p&gt;Hi &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; - we should not invest more effort in fixing this in the current search solution. We are planning for doing the swap of Inventory using PostgreSQL to be using Elastic Search. &lt;/p&gt;

&lt;p&gt;I have added `Elastic-search` as a label - so we keep track, and make sure that it&apos;s not being dropped under the radar. &lt;/p&gt;</comment>
                                                            <comment id="132232" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Wed, 11 Aug 2021 17:58:13 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d6eeadef989e00d8c7e897b&quot; class=&quot;user-hover&quot; rel=&quot;5d6eeadef989e00d8c7e897b&quot; data-account-id=&quot;5d6eeadef989e00d8c7e897b&quot; accountid=&quot;5d6eeadef989e00d8c7e897b&quot; rel=&quot;noreferrer&quot;&gt;Anya&lt;/a&gt; - should I remove the `support` label? &lt;br/&gt;
I don&apos;t think we should try and solve it using the old search technology. This will be throw away work, and instead we should focus on getting it right when using Elasticsearch&lt;br/&gt;
CC: &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;/p&gt;</comment>
                                                            <comment id="132233" author="5ee89462f7aa140abd82d11d" created="Wed, 11 Aug 2021 20:59:15 +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;: The PostgreSQL tables will continue to exists, Elastic Search doesn&apos;t replace them, Elastic Search adds an additional search option.&lt;/p&gt;

&lt;p&gt;Adding an additional &lt;b&gt;&lt;em&gt;&lt;ins&gt;front-end&lt;/ins&gt;&lt;/em&gt;&lt;/b&gt; view where only matching items are shown is needed regardless of the underlying search machine.&lt;/p&gt;</comment>
                                                            <comment id="132234" author="63e2a2771b13d42998e4e706" created="Thu, 28 Oct 2021 12:59:39 +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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is currently marked as needing to be fixed for 2021 R3 Bug Fix.&lt;/p&gt;

&lt;p&gt;The title suggests that the intention was to resolve this in the ES based search rather than regular inventory. As 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MSEARCH-47&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MSEARCH-47&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Item - combine Item&amp;#39;s effective location and item&amp;#39;s status filters&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-47
        &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;
 is closed, should this also be closed as won&apos;t do because we&apos;ve chosen a different solution?&lt;/p&gt;</comment>
                                                            <comment id="132235" author="63e2a2771b13d42998e4e706" created="Mon, 1 Nov 2021 12:38:58 +0000"  >&lt;p&gt;Superseded by ES based work.&lt;/p&gt;

&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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt; please reopen if this is incorrect.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="28668">MSEARCH-47</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45870">UIIN-1343</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="45870">UIIN-1343</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="43300" name="Ska&#776;rmavbild 2020-12-17 kl. 19.53.23.png" size="724085" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 18:59:49 +0000"/>
                            <attachment id="43301" name="Ska&#776;rmavbild 2020-12-17 kl. 19.53.43.png" size="354987" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 18:59:48 +0000"/>
                            <attachment id="43302" name="Ska&#776;rmavbild 2020-12-17 kl. 21.02.21.png" size="506697" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 20:02:45 +0000"/>
                            <attachment id="43303" name="Ska&#776;rmavbild 2020-12-17 kl. 21.22.06.png" size="515429" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 20:27:03 +0000"/>
                            <attachment id="43304" name="Ska&#776;rmavbild 2020-12-17 kl. 21.40.03.png" size="507372" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Thu, 17 Dec 2020 20:41:49 +0000"/>
                            <attachment id="43305" name="Ska&#776;rmavbild 2021-02-02 kl. 13.02.14.png" size="226685" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 2 Feb 2021 12:02:52 +0000"/>
                            <attachment id="43306" name="Ska&#776;rmavbild 2021-02-02 kl. 13.04.31.png" size="390806" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 2 Feb 2021 12:06:14 +0000"/>
                            <attachment id="43307" name="instance-item-based-view.png" size="35203" author="5ee89462f7aa140abd82d11d" created="Tue, 10 Aug 2021 07:10:38 +0000"/>
                            <attachment id="43308" name="screenshot-1.png" size="63989" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Dec 2020 17:07:51 +0000"/>
                            <attachment id="43309" name="screenshot-2.png" size="257656" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Dec 2020 19:46:47 +0000"/>
                            <attachment id="43310" name="screenshot-3.png" size="184588" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Dec 2020 19:57:51 +0000"/>
                            <attachment id="43311" name="screenshot-4.png" size="181263" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Dec 2020 20:05:38 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10107" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Affected Institution</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10393"><![CDATA[Chalmers]]></customfieldvalue>
    <customfieldvalue key="10410"><![CDATA[Simmons]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <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="10171"><![CDATA[Prokopovych]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzyd9a:zzzqzyqi</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="853">Prokopovych - Sprint 106</customfieldvalue>
    <customfieldvalue id="891">Prokopovych - Sprint 105</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10108" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Tester Assignee</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>557058:f80403de-e149-421e-8750-af45c853402f</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 17 Dec 2020 16:59:34 +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>