Home › Forums › Front-end Issues › Query: Multiple Checkbox Values (with LIKE) Crash › Reply To: Query: Multiple Checkbox Values (with LIKE) Crash
True/False fields would all be saved as 1/0. You would decrease the number of “LIKE” meta queries and may help a small amount. However the meta_value column in the DB is not indexed. The fewer rows you need to look at the faster the query will perform. Using a true/false for each option would mean looking at more rows and mean more joins.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.