-
Type: New Feature
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Laravel
-
Needed
-
masterbater has created Issue #3039: [Feature Request] Support converting arrow into dot notation in where in laravel-mongodb. This Jira ticket was filed by GromNaN
Issue Text:
Is your feature request related to a problem?
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()
```