Posted: February 20, 2013 at 6:45 am
|
Event-listing: Search box (interface) with multiple select-options for categories, staff, and more .. I didn’t catch this: does such a search interface exist? I found the only one is via shortcode: However, this is not handy for the user-interface. Another very tiny solution would be [EVENT_SEARCH] – shortcode. Even this does not meet the needs described above. Do you have a suggestion how to realize a qualified search by event-properties. Thank you |
Hi Frank — We don’t have a built in method to search by specific parameters. This may come eventually — maybe around 3.4 or so, when we start pulling in custom post type functionality — but, barring building your own SQL search function, there isn’t a way to do it other than the |
|
|
This is my sql-query, added as a separate function in event-list.php: // search for categories, having events
— Furthermore I use category-identifier field to introduce a certain category-structure using category groups, like ‘groupName-ID’. Showing multiple category-checkboxes, grouped (by groupName, see above), and carriing out a small JS-function which builds a custom category-identifier-string, I am able to filter events with checked categories out, using shortcode [EVENT-LIST category_idendifier=my-custom-category-identifier-string]. That’s it. Not very tricky, and it works fine. Frank |
Hi Frank, Thanks for sharing this! It looks like your code got mangled by our system. Do you mind pasting your code into a Pirate Pad? |
|
|
There nothing has been mangled, Kind regards |
Oh okay. Thanks! |
|
The support post ‘Event-listing: Search box with multiple select-options for categories, staff ..’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.