dav1089 Posted April 7, 2016 Posted April 7, 2016 Hi, I have Contacts portal on Company layout. Now, I can do FIND in other fields of the portal but email field., I already checked inspector > Field Entry in find mode is cheked.. I have attached screenshots
David Jondreau Posted April 7, 2016 Posted April 7, 2016 Unfortunately, @ is a special symbol in find mode. Quotes works. Also changing the fields storage settings to Unicode (though then upper and lower case letters will be treated differently). It's a problem.
comment Posted April 7, 2016 Posted April 7, 2016 (edited) The problem here is that the "@" character is a special symbol in Find mode. And the solution is to escape it when you want to search for the actual "@" character - i.e. search for: myemail\@email.com 3 hours ago, Steve Martino said: Try putting it in quotes That will work - but it is a very expensive solution, since searching for literal text does not use the index. Edited April 7, 2016 by comment
Steve Martino Posted April 7, 2016 Posted April 7, 2016 1 hour ago, comment said: 3 hours ago, Steve Martino said: Try putting it in quotes That will work - but it is a very expensive solution, since searching for literal text does not use the index. I did not know that. How about if you script it via a Perform Quick Find? It finds the email and you don't need the quotes, but does it use the index?
comment Posted April 8, 2016 Posted April 8, 2016 8 hours ago, Steve Martino said: How about if you script it via a Perform Quick Find? What would be the advantage of that? The disadvantage obviously being that all fields enabled for Quick Find would be searched. 8 hours ago, Steve Martino said: but does it use the index? I presume it does (or it wouldn't be quick).
Recommended Posts
This topic is 3403 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 accountSign in
Already have an account? Sign in here.
Sign In Now