Kurt Knippel Posted February 22, 2001 Posted February 22, 2001 quote: Originally posted by steen: Is there a way in Filemaker to create a list of stop-words that are not indexed by the system? I'd like the system to ignore A, AN and THE, so that lists generated by Filemaker do not alphabetize by initial articles. Any ideas? You cannot do this exactly. What you can do is to create a calculation (stored) or a text field that is populated with the results of a calculation, which is then used for sorting purposes. Here is a calc that will strip out the "stop-words": SortField = Substitute ( Substitute ( Substitute ( TextField, "StopWord1", " " ), "StopWord2", " " ), "StopWord3", " " ) Then use use this field for all of your sorting. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
Newbies steen Posted February 23, 2001 Newbies Posted February 23, 2001 Is there a way in Filemaker to create a list of stop-words that are not indexed by the system? I'd like the system to ignore A, AN and THE, so that lists generated by Filemaker do not alphabetize by initial articles. Any ideas? Thanks, Steen
Recommended Posts
This topic is 8745 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