<?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 Search by Date Created or Modified in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/search-by-date-created-or-modified/m-p/663775#M25325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure best place to post, hoping someone might have some insight.&amp;nbsp; I am trying to do a search on Enterprise content.&amp;nbsp; I am doing from Runtime but I believe the syntax is the same everywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/users-groups-and-items/search-reference.htm" title="https://developers.arcgis.com/rest/users-groups-and-items/search-reference.htm"&gt;Search reference—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;I should be able to do a range search on the date fields (I would love to just do a greater than search, but I can live with a range).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample shows:&lt;/P&gt;&lt;PRE class="language-java line-numbers"&gt;&lt;CODE&gt;created&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1259692864000&lt;/SPAN&gt; TO &lt;SPAN class="number token"&gt;1260384065000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried this and also tried with modified&lt;/P&gt;&lt;PRE class="language-java line-numbers"&gt;&lt;CODE&gt;modified&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1546326000000&lt;/SPAN&gt; TO &lt;SPAN class="number token"&gt;1551311005864&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither of these work.&amp;nbsp; I have setup the query to basically be from 1970 (=0) to today and nothing is returned.&amp;nbsp; I have also tried the query using {} instead of [].&amp;nbsp; Again nothing works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how you query based on created or modified field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2019 00:22:17 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2019-02-28T00:22:17Z</dc:date>
    <item>
      <title>Search by Date Created or Modified</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/search-by-date-created-or-modified/m-p/663775#M25325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure best place to post, hoping someone might have some insight.&amp;nbsp; I am trying to do a search on Enterprise content.&amp;nbsp; I am doing from Runtime but I believe the syntax is the same everywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/users-groups-and-items/search-reference.htm" title="https://developers.arcgis.com/rest/users-groups-and-items/search-reference.htm"&gt;Search reference—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;I should be able to do a range search on the date fields (I would love to just do a greater than search, but I can live with a range).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample shows:&lt;/P&gt;&lt;PRE class="language-java line-numbers"&gt;&lt;CODE&gt;created&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1259692864000&lt;/SPAN&gt; TO &lt;SPAN class="number token"&gt;1260384065000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried this and also tried with modified&lt;/P&gt;&lt;PRE class="language-java line-numbers"&gt;&lt;CODE&gt;modified&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1546326000000&lt;/SPAN&gt; TO &lt;SPAN class="number token"&gt;1551311005864&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither of these work.&amp;nbsp; I have setup the query to basically be from 1970 (=0) to today and nothing is returned.&amp;nbsp; I have also tried the query using {} instead of [].&amp;nbsp; Again nothing works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how you query based on created or modified field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 00:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/search-by-date-created-or-modified/m-p/663775#M25325</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-02-28T00:22:17Z</dc:date>
    </item>
  </channel>
</rss>

