<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The Secret Life of Find Mode: Symbols</title>
	<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/</link>
	<description>smart business solutions</description>
	<pubDate>Thu, 04 Dec 2008 20:54:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-1385</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Thu, 04 Dec 2008 04:29:54 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-1385</guid>
		<description>Suzanne:

FileMaker's symbol-less behavior is to search for "words" in the field that &lt;em&gt;start with&lt;/em&gt; your criteria. So in a text field, 000250 would not be found by searching for just &lt;code&gt;250&lt;/code&gt;, as you have discovered.

There's no direct way I know of to change this automatic behavior, but there are several possibilities you might consider:

&lt;ul&gt;
&lt;li&gt;You could use a script that goes to find mode, pauses, then puts a "*" in front of the job number if the field isn't empty. It would finish by performing the find. Then, you would run this script rather than using Find mode directly (via a button or even by overriding the Find menu command and keyboard shortcut with custom menus). The mechanism will ensure that the field gets fixed up before the find occurs.&lt;/li&gt;
&lt;li&gt;If you search by job number often, you could write a script just for that purpose. If would use the Show Custom Dialog script step to ask for the job number, then go to find mode, put the search value in place, complete with *, and perform the find. You could then run this script to quickly look up a job number.&lt;/li&gt;
&lt;li&gt;Some people like to build a calculation field that is based on the job number field, but includes several versions of it, like this:
&lt;pre&gt;&lt;code&gt;
0
50
250
0250
00250
000250&lt;/code&gt;&lt;/pre&gt;
Then you search that field instead of the normal job number field. I don't like this kind of thing much, but some people swear by it.&lt;/li&gt;
&lt;/ul&gt;

There are probably lots of other ways to streamline your job number search...

Geoff</description>
		<content:encoded><![CDATA[<p>Suzanne:</p>
<p>FileMaker&#8217;s symbol-less behavior is to search for &#8220;words&#8221; in the field that <em>start with</em> your criteria. So in a text field, 000250 would not be found by searching for just <code>250</code>, as you have discovered.</p>
<p>There&#8217;s no direct way I know of to change this automatic behavior, but there are several possibilities you might consider:</p>
<ul>
<li>You could use a script that goes to find mode, pauses, then puts a &#8220;*&#8221; in front of the job number if the field isn&#8217;t empty. It would finish by performing the find. Then, you would run this script rather than using Find mode directly (via a button or even by overriding the Find menu command and keyboard shortcut with custom menus). The mechanism will ensure that the field gets fixed up before the find occurs.</li>
<li>If you search by job number often, you could write a script just for that purpose. If would use the Show Custom Dialog script step to ask for the job number, then go to find mode, put the search value in place, complete with *, and perform the find. You could then run this script to quickly look up a job number.</li>
<li>Some people like to build a calculation field that is based on the job number field, but includes several versions of it, like this:
<pre><code>
0
50
250
0250
00250
000250</code></pre>
<p>Then you search that field instead of the normal job number field. I don&#8217;t like this kind of thing much, but some people swear by it.</li>
</ul>
<p>There are probably lots of other ways to streamline your job number search&#8230;</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzanne</title>
		<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-1384</link>
		<dc:creator>Suzanne</dc:creator>
		<pubDate>Thu, 04 Dec 2008 00:58:58 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-1384</guid>
		<description>For some reason filemaker is not being very forgiving on searches except with I use the *symbol. For instance, I am trying to look up any jobs that have the numbers 250 in it, I HAVE to type *250 to bring up 000250 or *250* to get 0025010.

Is there a way to set up my find for all fields to be relaxed without having to use the asterisks?</description>
		<content:encoded><![CDATA[<p>For some reason filemaker is not being very forgiving on searches except with I use the *symbol. For instance, I am trying to look up any jobs that have the numbers 250 in it, I HAVE to type *250 to bring up 000250 or *250* to get 0025010.</p>
<p>Is there a way to set up my find for all fields to be relaxed without having to use the asterisks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-955</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 04 Feb 2008 20:52:16 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-955</guid>
		<description>When interacting with FM via XML/PHP/etc the @ needs to be escaped, then encoded, so your final query string looks something like user%5C%40company.com</description>
		<content:encoded><![CDATA[<p>When interacting with FM via XML/PHP/etc the @ needs to be escaped, then encoded, so your final query string looks something like user%5C%40company.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Secret Life of Find Mode: Requests : SFR FileMaker Blog</title>
		<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-562</link>
		<dc:creator>The Secret Life of Find Mode: Requests : SFR FileMaker Blog</dc:creator>
		<pubDate>Tue, 18 Sep 2007 08:02:42 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-562</guid>
		<description>[...] Find symbols [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Find symbols [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Montana</title>
		<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-489</link>
		<dc:creator>Montana</dc:creator>
		<pubDate>Tue, 04 Sep 2007 15:34:04 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-489</guid>
		<description>@ Darryl Oliver

&#62;&#62; I developed a script as a workaround if anyone is interested.


Yes please.

TIA</description>
		<content:encoded><![CDATA[<p>@ Darryl Oliver</p>
<p>&gt;&gt; I developed a script as a workaround if anyone is interested.</p>
<p>Yes please.</p>
<p>TIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-436</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Fri, 24 Aug 2007 22:13:46 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-436</guid>
		<description>@darryl: It is a little annoying. I'm pretty sure the "@" symbol in FileMaker predates prevalent use of email addresses, so I give FMI a pass here :)

There are several ways to work around it. The article mentions two: put the address in quotes: &lt;code&gt;"mr_magoo@sixfriedrice.com"&lt;/code&gt; or put a space instead of the &lt;code&gt;@&lt;/code&gt; sign. Your method will work too: &lt;code&gt;\@&lt;/code&gt;. Finally, you can use the exact match operator: &lt;code&gt;==mr_magoo@sixfriedrice.com&lt;/code&gt;. If your sample script is available on line, send me the URL (use the Contact Us form on this site) and I'll add it to your comment.

Thanks!</description>
		<content:encoded><![CDATA[<p>@darryl: It is a little annoying. I&#8217;m pretty sure the &#8220;@&#8221; symbol in FileMaker predates prevalent use of email addresses, so I give FMI a pass here <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There are several ways to work around it. The article mentions two: put the address in quotes: <code>"mr_magoo@sixfriedrice.com"</code> or put a space instead of the <code>@</code> sign. Your method will work too: <code>\@</code>. Finally, you can use the exact match operator: <code>==mr_magoo@sixfriedrice.com</code>. If your sample script is available on line, send me the URL (use the Contact Us form on this site) and I&#8217;ll add it to your comment.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl Oliver</title>
		<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-435</link>
		<dc:creator>Darryl Oliver</dc:creator>
		<pubDate>Fri, 24 Aug 2007 18:26:13 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-435</guid>
		<description>One of the consequences of the alpha wildcard symbol (@) is that you can't do a literal search for an email address. FileMaker will interpret an email address as an invalid Find request.

Although you can search by entering the text on either side of the @, it's a little disappointing that you can't just paste an email address into a field in FileMaker's Find mode and perform a search. You have to insert a backslash (\) before the @ in order to have FileMaker accept the email address in a Find request.

I developed a script as a workaround if anyone is interested.</description>
		<content:encoded><![CDATA[<p>One of the consequences of the alpha wildcard symbol (@) is that you can&#8217;t do a literal search for an email address. FileMaker will interpret an email address as an invalid Find request.</p>
<p>Although you can search by entering the text on either side of the @, it&#8217;s a little disappointing that you can&#8217;t just paste an email address into a field in FileMaker&#8217;s Find mode and perform a search. You have to insert a backslash (\) before the @ in order to have FileMaker accept the email address in a Find request.</p>
<p>I developed a script as a workaround if anyone is interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florence Ross</title>
		<link>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-423</link>
		<dc:creator>Florence Ross</dc:creator>
		<pubDate>Wed, 22 Aug 2007 18:01:03 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/the-secret-life-of-find-mode-symbols/#comment-423</guid>
		<description>Well done!
I've used Filemaker for years and hadn't made good use of the new search capabilities as they evolved over the years. (I've been around since Filemaker II). Thanks for this. I'll do a session in our office for the personnel that use our database daily in their work.</description>
		<content:encoded><![CDATA[<p>Well done!<br />
I&#8217;ve used Filemaker for years and hadn&#8217;t made good use of the new search capabilities as they evolved over the years. (I&#8217;ve been around since Filemaker II). Thanks for this. I&#8217;ll do a session in our office for the personnel that use our database daily in their work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
