Forums Forums Search & Filter Pro list separated with coma as checkboxes on post meta

  • This topic has 4 replies, 2 voices, and was last updated 5 years ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Trevor
    #265318

    The problem is that the data is not stored in the post meta table field as correctly serialized data (in the normal WordPress format), so, our cache building code sees it as one big term, rather than separate terms.

    This post asked a similar question:

    https://support.searchandfilter.com/forums/topic/explode-custom-field-into-several-records-on-the-cache-table/

    The sf_input_object_pre filter could only work if the values had been cached separately (in fact, chances are you would not have needed your code at all).

    Anonymous
    #265496
    This reply has been marked as private.
    Trevor
    #265498

    Thanks for getting back to me. Is it Ok for me to close this thread for now?

    Anonymous
    #265500
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)