Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Is there a way to do a sort of general search where you can search all fields with one request?

It was possible in the old Apple Works database. A simple Find window and it searched all available Fields for the query.

Thanks,

Erik

FM dev 7

Posted

an ugly way to do this would be to create a single field that is a join of all the fields you want to search on. That is Search Field = & " " & & " " & and so on. If there is a lot of fields and a big database, be careful of a huge file size increase and also be sure not to build it with unstored index fields. Search will be very slow. The only other way would be to script a find so that the criteria is added to a new find request for each separate field. Quite painful to create and maintain it though

This topic is 6112 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.