• Resolved greattest

    (@greattest)


    I set a relationship field with selecting “Format”, “Autocomplete”; “Display Field in Selection List”, I set a custom field not post title. Then when I try this relationship field(Search relationship ones) in custom type, I find it only shows the post title not the custom filed which I defined in “Display Field in Selection List”. I don’t know whether I need to set some parameters for items “Customized WHERE”, “Customized ORDER BY”, “Customized GROUP BY”. If so, how to set them?

    http://wordpress.org/extend/plugins/pods/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    Display field in selection list only works off of a field on the pod table itself. We’re still working on improving support for additional fields to be listed there. It’s also limited to only one field at a time.

    Thread Starter greattest

    (@greattest)

    But when I set the Format to “Drop Down”, it display the right Custom Field information. If it is “Autocomplete” problem and can’t be solved now, can you tell me how to set parameters of “Customized WHERE” and “Customized ORDER BY”? Then I may use “Drop Down” way in by some order.

    Thanks

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    Customized WHERE / ORDER BY / GROUP BY all take standard MySQL queries.

    So for customized WHERE, you could enter: t.whatever = 1 AND relationship_field.something = "Cool"

    Thread Starter greattest

    (@greattest)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Question regarding relationship field and format is autocomplete’ is closed to new replies.