Support

Account

Home Forums Backend Issues (wp-admin) Query by repeaterfield subfield(s) Reply To: Query by repeaterfield subfield(s)

  • It has to do with changing the WHERE part of the query from something like
    WHERE meta_key = "dates_0_date"
    to
    WHERE meta_key LIKE "dates_%_date"