Welcome Guest, Not a member yet? Register   Sign In
Like with Json field
#1

I can use where $builder->where("c.Owner->>'$.id'='$owner'", null, false);

how do same with like?
Reply
#2

That may depend on what database you use. Postgres, for example, has some support for JSON in its SQL dialect, but not “like”. In my use case I constructed my own search and therefore needed to construct my own paging.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB