M
M
maiskiykot2020-08-10 14:32:48
Laravel
maiskiykot, 2020-08-10 14:32:48

Sampling by value length in Collection how?

I had to make a selection like this:

$count = $article->comments->where(DB::raw('LENGTH(comment)'),'>=','5')->count();

However, I get zero. Actually 8 comments (if you remove where).
How else to check the length of a field in a collection? Just whereRaw doesn't work

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Vovchok, 2020-08-13
@Vanovich

Try adding get()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question