Sven Wegerhoff

Results 1 issues of Sven Wegerhoff

maybe a simple question, but I cannot make it work. Example: ``` java from(article).where( "customerNr", eq(custno) ) .and ("articlenumber_intern", startsWith(searchTerm)) .or ("articlenumber_extern", startsWith(searchTerm)) .all() ``` that way, coolection will only...