meta_query with meta values as serialize arrays
No, it is not possible, and could even be dangerous. There is no reliable way to do this without encountering gotchas and pitfalls such as a search for 10 matching 100 or 210, or matching the wrong sub-value etc. Such solutions are unreliable and have performance and security issues. Serialised data is an attack vector, … Read more