Skip Navigation

[Resolved] using search to search for everything related to a post

This support ticket is created 4 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 15 replies, has 2 voices.

Last updated by BrandenT2154 4 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#1707283

for anyone looking at this, this is pragmatically possible, and does not require the solution mentioned above. in fact it's relatively easy. its very similkar to filtering a view by data in a repeating field group

https://toolset.com/forums/topic/filtering-a-view-by-a-date-field-in-a-repeating-field-group/

use the wpv_filter_query filter to change the results returned, and the toolset_get_related_posts function to find the related posts.

here is my code incase it helps you i.imgur. com/ Z616Jx7.png