-
Notifications
You must be signed in to change notification settings - Fork 28
[Improvement] Filter mysql table data from json field (in array) #296
Comments
@taylorotwell looks a like this an awesome way of filtering some contents |
Why not use |
@ntzm as method name? |
The proposed functionality is totally different from |
@lkmadushan Just facing the same need , a Your approach is interesting but does it work with this kind of structure:
You'll get all records havings tags Thanks :) |
I'd the same "issue", what I've done for now in my shop model:
In the json column on the products table there is an array or shop id's: Downside of this is it's not a real relation so I can't use Something like this would be nice to have in the framework:
And it would be really awesome if |
This feature would be awesome! Searched around the net and there is no really satisfying solution yet. |
The next release will contain |
@driesvints Can be closed. |
How to search in json? |
To see if the template_ids
|
Also not working on my end. Please guide if someone has solution. |
any solution ! |
This is what you have in Laravel now.
What I am suggesting is make it easier to search in json array,
I would like to make a pull request for this. Please let me know your suggestions.
The text was updated successfully, but these errors were encountered: