Martin Kutter

Results 5 comments of Martin Kutter
trafficstars

Hi Is there a way to accomplish the or behaviour with version 1 or 2 from this package? I tried to do it according to the function in FMBaseBuilder.php but...

Hi Wow, that was quick :-) Thanks. I tried your example, but I do not get the desired result. `Event::where('d_Standort_n', '=', $eventLocale) ->where('xCalc_WebOnline_ctu', '=', 1) ->where('d_NameD_t', $this->search) ->orWhere('xCalc_Kursleitung_ctu', $this->search)` While...

Hi Unfortunately this does not encapsulate the query right. Because the first two where conditions are mandatory and the "orWhere" is a supplement. In SQL code the query would look...

Hi You're a HERO! Of course. My bad! Like this, I can handle the search correct. Thanks a lot for your help., and have a good WE!

Hii airmoi I get the same error on a FMS 20.3.2 Server: `An error occured XML error: Not well-formed (invalid token) at line 1 - Code : -1 ` XML...