• Resolved Hans Glyk

    (@hansglyk)


    thanks for the great plugin!

    i would like to filter a custom field mit WYSIWYG or multi-line or single-line content bei value, something like this:

    3 pages with 1 cf each

    page1: specialfield = ‘that is monday’
    page2: specialfield = ‘this is tuesday’
    page3: specialfield = ‘it is friday’

    and add a filter in admin:pages like this

    filter “is” -> witch do a query like > specialfield LIKE “%is%”
    or
    filter “this” -> witch do a query like > specialfield LIKE “%this%”

    is that possible with the pro version?

    http://wordpress.org/plugins/codepress-admin-columns/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Schutter

    (@tschutter)

    You will be able to filter complete custom field strings. But they have to match exactly. The filter dropdown will contain all unique values from the custom fields. So if you have a complete sentence, the filter will only be able to match it exactly.

    What your are looking for is a search function which will match a part of a string. This is currently not supported.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to filter a WYSIWYG or Multinline Customfield bei Value?’ is closed to new replies.