Re: wildcard woes
- From: Lynn Allen <lynn@xxxxxxxxxxxxxxxxx>
- Date: Mon, 21 Sep 2009 09:15:14 -0700
On 2009-09-21 08:53:42 -0700, Tim <tswalton@xxxxxxxxx> said:
I have several records with text in a text field like this...
"Yellow Category, Red Category"
(without the quotes)
I want to find any record with yellow and red in the same sentence.
Thinking the wildcards would work I try this
new find
*yellow*red*
new find
*red*yellow*
preform find
but it never finds anything! try it, you will see.
what is up with wildcards? and how can I achieve this search?
I think you have a misunderstanding of the basics of finding in Filemaker. Perhaps some time spent with the help file? Or a manual?
In brief, Filemaker does a word search from the beginning of a word, for any string you put into a field. If you put multiple words in a field, FM will search for all of them. There is no order to the search, though.
So for your desired searching a single request with "red yellow" in the field will work. That is an AND search in FM.
An OR search would enter, in the same field:
Enter find
"red"
new request
"yellow"
perform find
WIld card characters are used to find a string after the beginning of the word or for strings followed by anything, so if you wanted to find, in a field that may contain "blue-green" and "yellow-green", you could do a find for "*green".
When you enter find mode, in the status bar you'll find a pulldown for all the symbols you can enter during finds, such as "!" to find duplicates in a field or "==" for exact matches. These might be of assistance if you look them up in the help file and see how they are used in FM. It's not the same as a search engine.
--
Lynn Allen
--
www.semiotics.com
Member FBA
FM 10 Certified Developer
.
- Follow-Ups:
- Re: wildcard woes
- From: C10B
- Re: wildcard woes
- References:
- wildcard woes
- From: Tim
- wildcard woes
- Prev by Date: Re: Where does Paste Paste?
- Next by Date: Re: A read only user
- Previous by thread: wildcard woes
- Next by thread: Re: wildcard woes
- Index(es):
Relevant Pages
|