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

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

Recommended Posts

Posted

I'm sure there is an easy fix for this but I can't find it. I am trying to do a search using PHP. The search is an OR search in one field. If I were using Filemaker directly I would enter a value in the field, create a new search page, and enter another value in the same field. How do I do this using the PHP API?

Posted

In case anyone is interested, the answer seems to be using the Compound Find Command ($compoundFind =& $fm->newCompoundFindCommand('Form View')). It is fairly obvious as I suspected, I just didn't know the command. It is used to combine find requests.

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