Hi,
I have multiple selected dropdown data_tags[] & I stored data_tags[] in the database as Serialize. Now I want to search in them by the same dropDown multiple selections. In this case, data should be fetched which has minimum one data.
or an example: Suppose I have a product named HTML with tag name LANGUAGE, and another product name is PHP with tag name LANGUAGE, PROGRAMMING LANGUAGE
Not sure why you are serializing it. Why not use json? Laravel support searching within json. If you need to search serialized data, you could try using like in the query but it's obviously not ideal.