Pbeyrouty Posted February 5, 2010 Posted February 5, 2010 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?
Pbeyrouty Posted February 6, 2010 Author Posted February 6, 2010 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.
Recommended Posts
This topic is 5661 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