Encapsulating text filter
A method for checking if a text contains a fragment.
nest g s querying/filtering --flatcontains(text: string) {
if (!text) return;
return ILike(`%${text}%`);
}name: this.filteringService.contains(name),Last updated
A method for checking if a text contains a fragment.
nest g s querying/filtering --flatcontains(text: string) {
if (!text) return;
return ILike(`%${text}%`);
}name: this.filteringService.contains(name),Last updated