February 5, 201015 yr 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?
February 6, 201015 yr Author 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.
Create an account or sign in to comment