Support

Account

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.