Posts not searchable

Support MB Columns Posts not searchableResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14128
    badabingbredabadabingbreda
    Participant

    Hi,

    I've created a CPT and Meta Box. One of the metabox fields is a articlenumber(text-field) and I want it to list before the title and make it searchable.

    The thing is: as soon as I add

    'admin_columns' => array(
      'position' => 'before title',
      'searchable' => true,
    )

    I can search on the meta-key but not on the default title anymore. The search also lists
    Search results for ""
    without the searched word. As soon as a remove the admin_columns array it works as WP should out of the box.

    Any ideas why this might happen?

    #14135
    Anh TranAnh Tran
    Keymaster

    Hi, thanks a lot for your feedback. I've just fixed and released a new version. Please update.

    #14137
    badabingbredabadabingbreda
    Participant

    Thanks Anh, all working now!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.