Hi Is there any elegant way of combining \'like\' and \'or\' when i\'m using queryover API? for \'like\' there is something like:
query.WhereRestrictionOn(
query.Where(Restrictions.On(x => x.Code).IsLike(codePart) || Restrictions.On(x => x.Description).IsLike(codePart))