You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line causes issue like This database engine does not support JSON operations. return $this->getUser()->notifications()->where('data->format', 'filament');
This package could internally convert data->format into data.format to work?
This doesnt state that WhereJson** queries is not supported or arrow queries
The following Eloquent methods are not supported in Laravel MongoDB:
toSql()
toRawSql()
whereColumn()
orWhereColumn()
whereFulltext()
groupByRaw()
orderByRaw()
inRandomOrder()
union()
unionAll()
havingRaw()
having()
havingBetween()
orHavingRaw()
whereIntegerInRaw()
orWhereIntegerInRaw()
whereIntegerNotInRaw()
orWhereIntegerNotInRaw()