Hi all, I have a function field where I need to write a searcher function that must do a search that cannot be expressed in a domain. The docs say that a SQL statement can be specified in the operand but I could not find anywhere an example of this being done.
Is the SQL statement a string or an actual "python-sql" type object? Also what would you then put in the other two parts of the domain you return, or do you return the SQL statement instead of a domain? Or is it done with the 'in' operator?.... Thanks in advance for your help... Mark
