Where clauses for "FIND_IN_SET" function for convenience. #57267
-
I couldn't find a similar suggestion. My apologies if I missed it. Lately I have been building a search results page with a filter on keywords given to a post (showing all posts with keyword X). Each post has a column with comma-separated values (keywords). From what I can see, there is currently no convenient way to do this without writing using Would methods such as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is an overly specific approach and usually a sign of bad database normalization. It would be counterproductive if Laravel encouraged such a database design |
Beta Was this translation helpful? Give feedback.
This is an overly specific approach and usually a sign of bad database normalization. It would be counterproductive if Laravel encouraged such a database design