<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Difference b/W find and search functions in Appian</title><link>https://community.appian.com/discussions/f/general/14226/difference-b-w-find-and-search-functions-in-appian</link><description>Can any one explain what is the exact difference b/w search and find functions in Appian with one use case. 
 
 Thanks, Sindhu</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Difference b/W find and search functions in Appian</title><link>https://community.appian.com/thread/85318?ContentTypeID=1</link><pubDate>Wed, 01 Sep 2021 06:47:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd018e34-c8ef-456b-9a46-42cc5a38d125</guid><dc:creator>Rajarajasozhan H</dc:creator><description>&lt;p&gt;Find(): Case sensitive -Example: find(&amp;quot;p&amp;quot;, &amp;quot;aPpian&amp;quot;, 1)---&amp;gt; Returns 3.&lt;/p&gt;
&lt;p&gt;Search(): Case Insensitive- Example: search(&amp;quot;p&amp;quot;, &amp;quot;aPpian&amp;quot;,1)---&amp;gt; Returns 2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference b/W find and search functions in Appian</title><link>https://community.appian.com/thread/75482?ContentTypeID=1</link><pubDate>Mon, 20 Jul 2020 19:09:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:158fe083-e9bc-43bf-9ec9-71fe96bcc2d3</guid><dc:creator>priyas557</dc:creator><description>&lt;p&gt;Both are doing one or same thing except that find is case sensitive.&lt;/p&gt;
&lt;p&gt;Please correct if otherwise&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference b/W find and search functions in Appian</title><link>https://community.appian.com/thread/64280?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 04:21:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5bd1336-dfdf-4af7-b2a0-fca6224dcc74</guid><dc:creator>Vinod Naduvinamani</dc:creator><description>HI Sindhu,&lt;br /&gt;
&lt;br /&gt;
find() fuction returns index location of case-sensitive substring with given string. Returns the one-based location index of the first character of the first match&lt;br /&gt;
&lt;br /&gt;
Ex: find(&amp;quot;to&amp;quot;,&amp;quot;boston&amp;quot;,1) returns 4&lt;br /&gt;
&lt;br /&gt;
search() function searches the text for a particular substring, returning the positional index of the first character of the first match&lt;br /&gt;
&lt;br /&gt;
Ex:find(&amp;quot;to&amp;quot;,&amp;quot;boston&amp;quot;,1) returns 1&lt;br /&gt;
note:The first character of the entire within_text value is considered to have an index = 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks and regards,&lt;br /&gt;
Vinod S  N&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>