<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Substring query issue in webmaps portal searches in Swift Maps SDK Questions</title>
    <link>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1580722#M500</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/779132"&gt;@mmoosbac94&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please contact Esri support services and request an enhancement for this along with your use case.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Shaivalya&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 01:20:28 GMT</pubDate>
    <dc:creator>Shai_V</dc:creator>
    <dc:date>2025-01-31T01:20:28Z</dc:date>
    <item>
      <title>Substring query issue in webmaps portal searches</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1579005#M495</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;We have a question regarding more complex portal queries for searching web maps.&lt;/P&gt;&lt;P&gt;For example, we have a web map titled &lt;STRONG&gt;"japan"&lt;/STRONG&gt;, and when we execute a query like:&lt;BR /&gt;orgid:\(organizationID) AND type:"Web Map" AND \(input)&lt;BR /&gt;with the input set to &lt;STRONG&gt;"jap"&lt;/STRONG&gt;, we correctly retrieve the "japan" web map as a result.&lt;/P&gt;&lt;P&gt;However, when we use &lt;STRONG&gt;"apan"&lt;/STRONG&gt; as the input, the query does not return the "japan" web map.&lt;/P&gt;&lt;P&gt;We’d like to know if we can modify our query to allow substring searches, making our web map search more flexible. We’ve already tried solutions such as adding a wildcard (*) before the input (e.g., *apan*), but so far, nothing has worked.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Marvin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 07:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1579005#M495</guid>
      <dc:creator>mmoosbac94</dc:creator>
      <dc:date>2025-01-27T07:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Substring query issue in webmaps portal searches</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1579167#M496</link>
      <description>&lt;P&gt;Hi Marvin, thanks for the question.&lt;/P&gt;&lt;P&gt;Based on this &lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/search-reference/#overview" target="_self"&gt;documentation&lt;/A&gt;, it sounds like you may want to try the &lt;STRONG&gt;q &lt;/STRONG&gt;parameter for your input since that is used for full-text search, and for cases where the result depends on a relevance score. In addition, that documentation helps explain in detail how our search engine works.&lt;/P&gt;&lt;P&gt;Finally, I'm not sure if you know this but we have a method &lt;A href="https://developers.arcgis.com/swift/api-reference/documentation/arcgis/portal/finditems(queryparameters:)/" target="_self"&gt;Portal.findItems(queryParameters:)&lt;/A&gt; that could be used as well.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 17:38:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1579167#M496</guid>
      <dc:creator>ZacharyKline</dc:creator>
      <dc:date>2025-01-27T17:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Substring query issue in webmaps portal searches</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1579861#M499</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413766"&gt;@ZacharyKline&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for the quick reply. Yes, we are using the Portal.findItems(queryParameters) function and we need to create the queryParameters for full/substring search. We read the documentation and tried out the &lt;STRONG&gt;q&lt;/STRONG&gt; parameter but without success, so we do not get any result back. But as mentioned just using "AND \(input) we do get results but not for substrings. Maybe you could give us an example regarding this approach:&lt;/P&gt;&lt;P class=""&gt;PortalQueryParameters(query: "&lt;SPAN&gt;orgid:\(organizationID) AND type:"Web Map" AND \(input)"&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Marvin&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 10:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1579861#M499</guid>
      <dc:creator>mmoosbac94</dc:creator>
      <dc:date>2025-01-29T10:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Substring query issue in webmaps portal searches</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1580722#M500</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/779132"&gt;@mmoosbac94&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please contact Esri support services and request an enhancement for this along with your use case.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Shaivalya&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 01:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/substring-query-issue-in-webmaps-portal-searches/m-p/1580722#M500</guid>
      <dc:creator>Shai_V</dc:creator>
      <dc:date>2025-01-31T01:20:28Z</dc:date>
    </item>
  </channel>
</rss>

