Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8617 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm probably being stupid but I seem to be having difficulty searching for records based on email addresses

The database returns no records found error. I have found that if I take out the dots and @ and just leave the text it will find the record!

Any suggestions

Thank you

Posted

You can try to search in another Calculation Field for e.g. "xxx", where

Substitute( origfield; "@"; "xxx")

The ; is my system delimiter in our country, you may have "," coma

Posted

quote:

Originally posted by bman:

i found that if you put quotation marks around the e-mail address when you do the search it will find it...

for example search for:


That is literal search. Now I do not know, if that is still fast in indexed fields, or if it is searching without index just by text string.

Posted

I hadn't thought of searching for the email address using a literal search Sometimes it's too easy to over complicate without stepping back and thinking about the problem!!!!

I think even if the literal search isn't as fast as a "normal" search it will be faster than the process I have (over) produced laugh.gif" border="0

I can't get around using two databases because of the field restriction but at the moment I'm going through several string_replace steps and then search on a calculated field which from what bman has said is somewhat unnecessary

Cheers guys

wink.gif" border="0

This topic is 8617 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.